Html Css Color HEX #60EFF0 Baby Blue

📋 copy color: '#60EFF0'

red 96 ◦ green 239 ◦ blue 240

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

Shades of Baby Blue #60EFF0

Tints of Baby Blue #60EFF0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.57%

 BLUE value IS 240 (94.14% from 255) = 41.74%

R = 16.7%
G = 41.57%
B = 41.74%

CMYK

 C value IS 0.6

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#60EFF0 (or 0x60EFF0) is known color: Baby Blue. HEX triplet: 60, EF and F0. RGB value is (96,239,240). Sum of RGB (Red+Green+Blue) = 96+239+240=575 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.70% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #60EFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EFF0 is #9F100F. Grayscale: #C4C4C4. Windows color (decimal): -10424336 or 15789920. OLE color: 15789920.

HSL color Cylindrical-coordinate representation of color #60EFF0: hue angle of 180.42º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EFF0 is Cyan = 0.6, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 239 240 -
CMYK 0.6 0.00 0 0.06
HSL 180.42º 0.83% 0.66% -
HSV(B) 180.42º 0.6% 0.94% -
XYZ 51.42 70.51 93.34 -
YUV 196.36 152.62 56.42 -
System Red Green Blue C M Y K H S L
Decimal 96 239 240 0.6 0.00 0 0.06 180.42 0.83 0.66
Hex 60 EF F0 3C 0 0 6 B4 53 42
Octal 140 357 360 74 0 0 6 264 123 102
Binary 1100000 11101111 11110000 111100 0 0 110 10110100 1010011 1000010

Color Harmonies of #60EFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EFF0

Black with #60EFF0

Text Example


Text Example

White with #60EFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,239,240); }

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

background-color css

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

 a { background-color: rgb(96,239,240); }

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

border-color css

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

 span { border-color: rgb(96,239,240); }

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