Html Css Color HEX #60FCEB Baby Blue

📋 copy color: '#60FCEB'

red 96 ◦ green 252 ◦ blue 235

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

Shades of Baby Blue #60FCEB

Tints of Baby Blue #60FCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.31%

R = 16.47%
G = 43.22%
B = 40.31%

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

#60FCEB (or 0x60FCEB) is known color: Baby Blue. HEX triplet: 60, FC and EB. RGB value is (96,252,235). Sum of RGB (Red+Green+Blue) = 96+252+235=583 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.47% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #60FCEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FCEB is #9F0314. Grayscale: #CBCBCB. Windows color (decimal): -10421013 or 15465568. OLE color: 15465568.

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

Color convert

RGB 96 252 235 -
CMYK 0.62 0 0.07 0.01
HSL 173.46º 0.96% 0.68% -
HSV(B) 173.46º 0.62% 0.99% -
XYZ 54.63 78.11 90.79 -
YUV 203.42 145.82 51.38 -
System Red Green Blue C M Y K H S L
Decimal 96 252 235 0.62 0 0.07 0.01 173.46 0.96 0.68
Hex 60 FC EB 3E 0 7 1 AD 60 44
Octal 140 374 353 76 0 7 1 255 140 104
Binary 1100000 11111100 11101011 111110 0 111 1 10101101 1100000 1000100

Color Harmonies of #60FCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FCEB

Black with #60FCEB

Text Example


Text Example

White with #60FCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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