#75CBF4

Color #75CBF4 Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #75CBF4

Tints of Maya Blue #75CBF4

Color information

#75CBF4 (or 0x75CBF4) is unknown color: approx Maya Blue. HEX triplet: 75, CB and F4. RGB value is (117,203,244). Sum of RGB (Red+Green+Blue) = 117+203+244=564 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.74% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 244 (95.70% from 255 or 43.26% from 564); Max value from RGB is 244 - color contains mainly: blue. Hex color #75CBF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CBF4 is #8A340B. Grayscale: #B5B5B5. Windows color (decimal): -9057292 or 16042869. OLE color: 16042869.

HSL color Cylindrical-coordinate representation of color #75CBF4: hue angle of 199.37º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75CBF4 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB117203244-
CMYK0.520.1700.04
HSL199.37º85.23%70.78%-
HSV(B)199.37º52.05%95.69%-
XYZ45.0253.0393.45-
YUV181.96163.0181.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 20.74%
GREEN value IS 203 (79.69% from 255) = 35.99%
BLUE value IS 244 (95.70% from 255) = 43.26%
R=20.74%
G=35.99%
B=43.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1172032440.520.1700.04199.3785.2370.78
Hex75CBF4341104c75547
Octal165313364642104307125107
Binary111010111001011111101001101001000101001100011110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75CBF4; }

 p { color: rgb(117,203,244); }

 H1.HeaderClassName
 {
   color: #75CBF4;
 }
 .AnyTagClassName
 {
   color: #75CBF4;
 }
</style>
background-color css

<style>
 a { background-color: #75CBF4; }

 a { background-color: rgb(117,203,244); }

 div.DivClassName
 {
   background-color: #75CBF4;
 }
 .BgClassName
 {
   background-color: #75CBF4;
 }
</style>
border-color css

<style>
 span { border-color: #75CBF4; }

 span { border-color: rgb(117,203,244); }

 td.TdClassName
 {
   border-color: #75CBF4;
 }
 .TagClassName
 {
   border-color: #75CBF4;
 }
</style>