Html Css Color HEX #72FCFF Baby Blue

📋 copy color: '#72FCFF'

red 114 ◦ green 252 ◦ blue 255

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

Shades of Baby Blue #72FCFF

Tints of Baby Blue #72FCFF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.58%

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

R = 18.36%
G = 40.58%
B = 41.06%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#72FCFF (or 0x72FCFF) is known color: Baby Blue. HEX triplet: 72, FC and FF. RGB value is (114,252,255). Sum of RGB (Red+Green+Blue) = 114+252+255=621 (82% of max value = 765). Red value is 114 (44.92% from 255 or 18.36% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #72FCFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72FCFF is #8D0300. Grayscale: #D2D2D2. Windows color (decimal): -9241345 or 16776306. OLE color: 16776306.

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

Color convert

RGB 114 252 255 -
CMYK 0.55 0.01 0 0
HSL 181.28º 1% 0.72% -
HSV(B) 181.28º 0.55% 1% -
XYZ 59.8 80.42 106.98 -
YUV 211.08 152.78 58.76 -
System Red Green Blue C M Y K H S L
Decimal 114 252 255 0.55 0.01 0 0 181.28 1 0.72
Hex 72 FC FF 37 1 0 0 B5 64 48
Octal 162 374 377 67 1 0 0 265 144 110
Binary 1110010 11111100 11111111 110111 1 0 0 10110101 1100100 1001000

Color Harmonies of #72FCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FCFF

Black with #72FCFF

Text Example


Text Example

White with #72FCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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