Html Css Color HEX #60FCEA Baby Blue

📋 copy color: '#60FCEA'

red 96 ◦ green 252 ◦ blue 234

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

Shades of Baby Blue #60FCEA

Tints of Baby Blue #60FCEA

RGB

 RED value IS 96 (37.89% from 255) = 16.49%

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

 BLUE value IS 234 (91.8% from 255) = 40.21%

R = 16.49%
G = 43.3%
B = 40.21%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#60FCEA (or 0x60FCEA) is known color: Baby Blue. HEX triplet: 60, FC and EA. RGB value is (96,252,234). Sum of RGB (Red+Green+Blue) = 96+252+234=582 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.49% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #60FCEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FCEA is #9F0315. Grayscale: #CBCBCB. Windows color (decimal): -10421014 or 15400032. OLE color: 15400032.

HSL color Cylindrical-coordinate representation of color #60FCEA: hue angle of 173.08º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FCEA is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 252 234 -
CMYK 0.62 0 0.07 0.01
HSL 173.08º 0.96% 0.68% -
HSV(B) 173.08º 0.62% 0.99% -
XYZ 54.49 78.05 90.04 -
YUV 203.3 145.32 51.46 -
System Red Green Blue C M Y K H S L
Decimal 96 252 234 0.62 0 0.07 0.01 173.08 0.96 0.68
Hex 60 FC EA 3E 0 7 1 AD 60 44
Octal 140 374 352 76 0 7 1 255 140 104
Binary 1100000 11111100 11101010 111110 0 111 1 10101101 1100000 1000100

Color Harmonies of #60FCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FCEA

Black with #60FCEA

Text Example


Text Example

White with #60FCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60FCEA; }

 p { color: rgb(96,252,234); }

 H1.HeaderClassName
 {
   color: #60FCEA;
 }
 .AnyTagClassName
 {
   color: #60FCEA;
 }
</style>

background-color css

<style>
 a { background-color: #60FCEA; }

 a { background-color: rgb(96,252,234); }

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

border-color css

<style>
 span { border-color: #60FCEA; }

 span { border-color: rgb(96,252,234); }

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