Html Css Color HEX #60E9FD Baby Blue

📋 copy color: '#60E9FD'

red 96 ◦ green 233 ◦ blue 253

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

Shades of Baby Blue #60E9FD

Tints of Baby Blue #60E9FD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.03%

 BLUE value IS 253 (99.22% from 255) = 43.47%

R = 16.49%
G = 40.03%
B = 43.47%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60E9FD (or 0x60E9FD) is known color: Baby Blue. HEX triplet: 60, E9 and FD. RGB value is (96,233,253). Sum of RGB (Red+Green+Blue) = 96+233+253=582 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.49% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #60E9FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60E9FD is #9F1602. Grayscale: #C2C2C2. Windows color (decimal): -10425859 or 16640352. OLE color: 16640352.

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

Color convert

RGB 96 233 253 -
CMYK 0.62 0.08 0 0.01
HSL 187.64º 0.98% 0.68% -
HSV(B) 187.64º 0.62% 0.99% -
XYZ 51.69 67.86 103.3 -
YUV 194.32 161.11 57.87 -
System Red Green Blue C M Y K H S L
Decimal 96 233 253 0.62 0.08 0 0.01 187.64 0.98 0.68
Hex 60 E9 FD 3E 8 0 1 BC 62 44
Octal 140 351 375 76 10 0 1 274 142 104
Binary 1100000 11101001 11111101 111110 1000 0 1 10111100 1100010 1000100

Color Harmonies of #60E9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E9FD

Black with #60E9FD

Text Example


Text Example

White with #60E9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,233,253); }

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

background-color css

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

 a { background-color: rgb(96,233,253); }

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

border-color css

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

 span { border-color: rgb(96,233,253); }

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