Html Css Color HEX #60FCED Baby Blue

📋 copy color: '#60FCED'

red 96 ◦ green 252 ◦ blue 237

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

Shades of Baby Blue #60FCED

Tints of Baby Blue #60FCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.51%

R = 16.41%
G = 43.08%
B = 40.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#60FCED (or 0x60FCED) is known color: Baby Blue. HEX triplet: 60, FC and ED. RGB value is (96,252,237). Sum of RGB (Red+Green+Blue) = 96+252+237=585 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.41% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #60FCED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FCED is #9F0312. Grayscale: #CBCBCB. Windows color (decimal): -10421011 or 15596640. OLE color: 15596640.

HSL color Cylindrical-coordinate representation of color #60FCED: hue angle of 174.23º 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 #60FCED is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 252 237 -
CMYK 0.62 0 0.06 0.01
HSL 174.23º 0.96% 0.68% -
HSV(B) 174.23º 0.62% 0.99% -
XYZ 54.92 78.22 92.32 -
YUV 203.65 146.82 51.22 -
System Red Green Blue C M Y K H S L
Decimal 96 252 237 0.62 0 0.06 0.01 174.23 0.96 0.68
Hex 60 FC ED 3E 0 6 1 AE 60 44
Octal 140 374 355 76 0 6 1 256 140 104
Binary 1100000 11111100 11101101 111110 0 110 1 10101110 1100000 1000100

Color Harmonies of #60FCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FCED

Black with #60FCED

Text Example


Text Example

White with #60FCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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