Html Css Color HEX #72CDFF Maya Blue

📋 copy color: '#72CDFF'

red 114 ◦ green 205 ◦ blue 255

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

Shades of Maya Blue #72CDFF

Tints of Maya Blue #72CDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.71%

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

R = 19.86%
G = 35.71%
B = 44.43%

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

#72CDFF (or 0x72CDFF) is known color: Maya Blue. HEX triplet: 72, CD and FF. RGB value is (114,205,255). Sum of RGB (Red+Green+Blue) = 114+205+255=574 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.86% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #72CDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72CDFF is #8D3200. Grayscale: #B7B7B7. Windows color (decimal): -9253377 or 16764274. OLE color: 16764274.

HSL color Cylindrical-coordinate representation of color #72CDFF: hue angle of 201.28º 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 #72CDFF is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 205 255 -
CMYK 0.55 0.20 0 0
HSL 201.28º 1% 0.72% -
HSV(B) 201.28º 0.55% 1% -
XYZ 46.82 54.46 102.65 -
YUV 183.49 168.35 78.43 -
System Red Green Blue C M Y K H S L
Decimal 114 205 255 0.55 0.20 0 0 201.28 1 0.72
Hex 72 CD FF 37 14 0 0 C9 64 48
Octal 162 315 377 67 24 0 0 311 144 110
Binary 1110010 11001101 11111111 110111 10100 0 0 11001001 1100100 1001000

Color Harmonies of #72CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CDFF

Black with #72CDFF

Text Example


Text Example

White with #72CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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