Html Css Color HEX #60FFF2 Baby Blue

📋 copy color: '#60FFF2'

red 96 ◦ green 255 ◦ blue 242

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

Shades of Baby Blue #60FFF2

Tints of Baby Blue #60FFF2

RGB

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

 GREEN value IS 255 (100% from 255) = 43%

 BLUE value IS 242 (94.92% from 255) = 40.81%

R = 16.19%
G = 43%
B = 40.81%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#60FFF2 (or 0x60FFF2) is known color: Baby Blue. HEX triplet: 60, FF and F2. RGB value is (96,255,242). Sum of RGB (Red+Green+Blue) = 96+255+242=593 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.19% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FFF2 is #9F000D. Grayscale: #CDCDCD. Windows color (decimal): -10420238 or 15925088. OLE color: 15925088.

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

Color convert

RGB 96 255 242 -
CMYK 0.62 0 0.05 0
HSL 175.09º 1% 0.69% -
HSV(B) 175.09º 0.62% 1% -
XYZ 56.61 80.42 96.54 -
YUV 205.98 148.32 49.56 -
System Red Green Blue C M Y K H S L
Decimal 96 255 242 0.62 0 0.05 0 175.09 1 0.69
Hex 60 FF F2 3E 0 5 0 AF 64 45
Octal 140 377 362 76 0 5 0 257 144 105
Binary 1100000 11111111 11110010 111110 0 101 0 10101111 1100100 1000101

Color Harmonies of #60FFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FFF2

Black with #60FFF2

Text Example


Text Example

White with #60FFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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