Html Css Color HEX #60F2FE Baby Blue

📋 copy color: '#60F2FE'

red 96 ◦ green 242 ◦ blue 254

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

Shades of Baby Blue #60F2FE

Tints of Baby Blue #60F2FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.91%

R = 16.22%
G = 40.88%
B = 42.91%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#60F2FE (or 0x60F2FE) is known color: Baby Blue. HEX triplet: 60, F2 and FE. RGB value is (96,242,254). Sum of RGB (Red+Green+Blue) = 96+242+254=592 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.22% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #60F2FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F2FE is #9F0D01. Grayscale: #C7C7C7. Windows color (decimal): -10423554 or 16708192. OLE color: 16708192.

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

Color convert

RGB 96 242 254 -
CMYK 0.62 0.05 0 0.00
HSL 184.56º 0.99% 0.69% -
HSV(B) 184.56º 0.62% 1% -
XYZ 54.47 73.15 105.01 -
YUV 199.71 158.63 54.02 -
System Red Green Blue C M Y K H S L
Decimal 96 242 254 0.62 0.05 0 0.00 184.56 0.99 0.69
Hex 60 F2 FE 3E 5 0 0 B9 63 45
Octal 140 362 376 76 5 0 0 271 143 105
Binary 1100000 11110010 11111110 111110 101 0 0 10111001 1100011 1000101

Color Harmonies of #60F2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F2FE

Black with #60F2FE

Text Example


Text Example

White with #60F2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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