Html Css Color HEX #60FDFF Baby Blue

📋 copy color: '#60FDFF'

red 96 ◦ green 253 ◦ blue 255

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

Shades of Baby Blue #60FDFF

Tints of Baby Blue #60FDFF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.89%

 BLUE value IS 255 (100% from 255) = 42.22%

R = 15.89%
G = 41.89%
B = 42.22%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#60FDFF (or 0x60FDFF) is known color: Baby Blue. HEX triplet: 60, FD and FF. RGB value is (96,253,255). Sum of RGB (Red+Green+Blue) = 96+253+255=604 (80% of max value = 765). Red value is 96 (37.89% from 255 or 15.89% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #60FDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FDFF is #9F0200. Grayscale: #CECECE. Windows color (decimal): -10420737 or 16776544. OLE color: 16776544.

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

Color convert

RGB 96 253 255 -
CMYK 0.62 0.01 0 0
HSL 180.75º 1% 0.69% -
HSV(B) 180.75º 0.62% 1% -
XYZ 58 79.96 106.98 -
YUV 206.29 155.49 49.34 -
System Red Green Blue C M Y K H S L
Decimal 96 253 255 0.62 0.01 0 0 180.75 1 0.69
Hex 60 FD FF 3E 1 0 0 B5 64 45
Octal 140 375 377 76 1 0 0 265 144 105
Binary 1100000 11111101 11111111 111110 1 0 0 10110101 1100100 1000101

Color Harmonies of #60FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FDFF

Black with #60FDFF

Text Example


Text Example

White with #60FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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