Html Css Color HEX #72CBFF Maya Blue

📋 copy color: '#72CBFF'

red 114 ◦ green 203 ◦ blue 255

#72CBFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #72CBFF

Tints of Maya Blue #72CBFF

RGB

 RED value IS 114 (44.92% from 255) = 19.93%

 GREEN value IS 203 (79.69% from 255) = 35.49%

 BLUE value IS 255 (100% from 255) = 44.58%

R = 19.93%
G = 35.49%
B = 44.58%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#72CBFF (or 0x72CBFF) is known color: Maya Blue. HEX triplet: 72, CB and FF. RGB value is (114,203,255). Sum of RGB (Red+Green+Blue) = 114+203+255=572 (75% of max value = 765). Red value is 114 (44.92% from 255 or 19.93% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #72CBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CBFF is #8D3400. Grayscale: #B6B6B6. Windows color (decimal): -9253889 or 16763762. OLE color: 16763762.

HSL color Cylindrical-coordinate representation of color #72CBFF: hue angle of 202.13º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72CBFF is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 203 255 -
CMYK 0.55 0.20 0 0
HSL 202.13º 1% 0.72% -
HSV(B) 202.13º 0.55% 1% -
XYZ 46.35 53.51 102.49 -
YUV 182.32 169.01 79.27 -
System Red Green Blue C M Y K H S L
Decimal 114 203 255 0.55 0.20 0 0 202.13 1 0.72
Hex 72 CB FF 37 14 0 0 CA 64 48
Octal 162 313 377 67 24 0 0 312 144 110
Binary 1110010 11001011 11111111 110111 10100 0 0 11001010 1100100 1001000

Color Harmonies of #72CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CBFF

Black with #72CBFF

Text Example


Text Example

White with #72CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72CBFF; }

 p { color: rgb(114,203,255); }

 H1.HeaderClassName
 {
   color: #72CBFF;
 }
 .AnyTagClassName
 {
   color: #72CBFF;
 }
</style>

background-color css

<style>
 a { background-color: #72CBFF; }

 a { background-color: rgb(114,203,255); }

 div.DivClassName
 {
   background-color: #72CBFF;
 }
 .BgClassName
 {
   background-color: #72CBFF;
 }
</style>

border-color css

<style>
 span { border-color: #72CBFF; }

 span { border-color: rgb(114,203,255); }

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