Html Css Color HEX #60F8FE Baby Blue

📋 copy color: '#60F8FE'

red 96 ◦ green 248 ◦ blue 254

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

Shades of Baby Blue #60F8FE

Tints of Baby Blue #60F8FE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.47%

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

R = 16.05%
G = 41.47%
B = 42.47%

CMYK

 C value IS 0.62

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#60F8FE (or 0x60F8FE) is known color: Baby Blue. HEX triplet: 60, F8 and FE. RGB value is (96,248,254). Sum of RGB (Red+Green+Blue) = 96+248+254=598 (79% of max value = 765). Red value is 96 (37.89% from 255 or 16.05% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #60F8FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F8FE is #9F0701. Grayscale: #CBCBCB. Windows color (decimal): -10422018 or 16709728. OLE color: 16709728.

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

Color convert

RGB 96 248 254 -
CMYK 0.62 0.02 0 0.00
HSL 182.28º 0.99% 0.69% -
HSV(B) 182.28º 0.62% 1% -
XYZ 56.28 76.78 105.62 -
YUV 203.24 156.64 51.51 -
System Red Green Blue C M Y K H S L
Decimal 96 248 254 0.62 0.02 0 0.00 182.28 0.99 0.69
Hex 60 F8 FE 3E 2 0 0 B6 63 45
Octal 140 370 376 76 2 0 0 266 143 105
Binary 1100000 11111000 11111110 111110 10 0 0 10110110 1100011 1000101

Color Harmonies of #60F8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F8FE

Black with #60F8FE

Text Example


Text Example

White with #60F8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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