Html Css Color HEX #60F2FD Baby Blue

📋 copy color: '#60F2FD'

red 96 ◦ green 242 ◦ blue 253

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

Shades of Baby Blue #60F2FD

Tints of Baby Blue #60F2FD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.95%

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

R = 16.24%
G = 40.95%
B = 42.81%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60F2FD (or 0x60F2FD) is known color: Baby Blue. HEX triplet: 60, F2 and FD. RGB value is (96,242,253). Sum of RGB (Red+Green+Blue) = 96+242+253=591 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.24% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #60F2FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F2FD is #9F0D02. Grayscale: #C7C7C7. Windows color (decimal): -10423555 or 16642656. OLE color: 16642656.

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

Color convert

RGB 96 242 253 -
CMYK 0.62 0.04 0 0.01
HSL 184.2º 0.98% 0.68% -
HSV(B) 184.2º 0.62% 0.99% -
XYZ 54.31 73.08 104.17 -
YUV 199.6 158.13 54.11 -
System Red Green Blue C M Y K H S L
Decimal 96 242 253 0.62 0.04 0 0.01 184.2 0.98 0.68
Hex 60 F2 FD 3E 4 0 1 B8 62 44
Octal 140 362 375 76 4 0 1 270 142 104
Binary 1100000 11110010 11111101 111110 100 0 1 10111000 1100010 1000100

Color Harmonies of #60F2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F2FD

Black with #60F2FD

Text Example


Text Example

White with #60F2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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