Html Css Color HEX #72FAFE Baby Blue

📋 copy color: '#72FAFE'

red 114 ◦ green 250 ◦ blue 254

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

Shades of Baby Blue #72FAFE

Tints of Baby Blue #72FAFE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.45%

 BLUE value IS 254 (99.61% from 255) = 41.1%

R = 18.45%
G = 40.45%
B = 41.1%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#72FAFE (or 0x72FAFE) is known color: Baby Blue. HEX triplet: 72, FA and FE. RGB value is (114,250,254). Sum of RGB (Red+Green+Blue) = 114+250+254=618 (81% of max value = 765). Red value is 114 (44.92% from 255 or 18.45% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #72FAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72FAFE is #8D0501. Grayscale: #D1D1D1. Windows color (decimal): -9241858 or 16710258. OLE color: 16710258.

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

Color convert

RGB 114 250 254 -
CMYK 0.55 0.02 0 0.00
HSL 181.71º 0.99% 0.72% -
HSV(B) 181.71º 0.55% 1% -
XYZ 59.01 79.1 105.92 -
YUV 209.79 152.94 59.67 -
System Red Green Blue C M Y K H S L
Decimal 114 250 254 0.55 0.02 0 0.00 181.71 0.99 0.72
Hex 72 FA FE 37 2 0 0 B6 63 48
Octal 162 372 376 67 2 0 0 266 143 110
Binary 1110010 11111010 11111110 110111 10 0 0 10110110 1100011 1001000

Color Harmonies of #72FAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FAFE

Black with #72FAFE

Text Example


Text Example

White with #72FAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,250,254); }

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

background-color css

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

 a { background-color: rgb(114,250,254); }

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

border-color css

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

 span { border-color: rgb(114,250,254); }

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