Html Css Color HEX #60FCF3 Baby Blue

📋 copy color: '#60FCF3'

red 96 ◦ green 252 ◦ blue 243

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

Shades of Baby Blue #60FCF3

Tints of Baby Blue #60FCF3

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.64%

 BLUE value IS 243 (95.31% from 255) = 41.12%

R = 16.24%
G = 42.64%
B = 41.12%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#60FCF3 (or 0x60FCF3) is known color: Baby Blue. HEX triplet: 60, FC and F3. RGB value is (96,252,243). Sum of RGB (Red+Green+Blue) = 96+252+243=591 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.24% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 252 - color contains mainly: green. Hex color #60FCF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FCF3 is #9F030C. Grayscale: #CCCCCC. Windows color (decimal): -10421005 or 15989856. OLE color: 15989856.

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

Color convert

RGB 96 252 243 -
CMYK 0.62 0 0.04 0.01
HSL 176.54º 0.96% 0.68% -
HSV(B) 176.54º 0.62% 0.99% -
XYZ 55.81 78.58 97.02 -
YUV 204.33 149.82 50.73 -
System Red Green Blue C M Y K H S L
Decimal 96 252 243 0.62 0 0.04 0.01 176.54 0.96 0.68
Hex 60 FC F3 3E 0 4 1 B1 60 44
Octal 140 374 363 76 0 4 1 261 140 104
Binary 1100000 11111100 11110011 111110 0 100 1 10110001 1100000 1000100

Color Harmonies of #60FCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FCF3

Black with #60FCF3

Text Example


Text Example

White with #60FCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,252,243); }

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

background-color css

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

 a { background-color: rgb(96,252,243); }

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

border-color css

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

 span { border-color: rgb(96,252,243); }

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