Html Css Color HEX #60ECFF Baby Blue

📋 copy color: '#60ECFF'

red 96 ◦ green 236 ◦ blue 255

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

Shades of Baby Blue #60ECFF

Tints of Baby Blue #60ECFF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.2%

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

R = 16.35%
G = 40.2%
B = 43.44%

CMYK

 C value IS 0.62

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#60ECFF (or 0x60ECFF) is known color: Baby Blue. HEX triplet: 60, EC and FF. RGB value is (96,236,255). Sum of RGB (Red+Green+Blue) = 96+236+255=587 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.35% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #60ECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60ECFF is #9F1300. Grayscale: #C4C4C4. Windows color (decimal): -10425089 or 16772192. OLE color: 16772192.

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

Color convert

RGB 96 236 255 -
CMYK 0.62 0.07 0 0
HSL 187.17º 1% 0.69% -
HSV(B) 187.17º 0.62% 1% -
XYZ 52.87 69.7 105.27 -
YUV 196.31 161.12 56.46 -
System Red Green Blue C M Y K H S L
Decimal 96 236 255 0.62 0.07 0 0 187.17 1 0.69
Hex 60 EC FF 3E 7 0 0 BB 64 45
Octal 140 354 377 76 7 0 0 273 144 105
Binary 1100000 11101100 11111111 111110 111 0 0 10111011 1100100 1000101

Color Harmonies of #60ECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ECFF

Black with #60ECFF

Text Example


Text Example

White with #60ECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,236,255); }

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

background-color css

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

 a { background-color: rgb(96,236,255); }

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

border-color css

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

 span { border-color: rgb(96,236,255); }

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