Html Css Color HEX #60EFF1 Baby Blue

📋 copy color: '#60EFF1'

red 96 ◦ green 239 ◦ blue 241

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

Shades of Baby Blue #60EFF1

Tints of Baby Blue #60EFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.84%

R = 16.67%
G = 41.49%
B = 41.84%

CMYK

 C value IS 0.60

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#60EFF1 (or 0x60EFF1) is known color: Baby Blue. HEX triplet: 60, EF and F1. RGB value is (96,239,241). Sum of RGB (Red+Green+Blue) = 96+239+241=576 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.67% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #60EFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EFF1 is #9F100E. Grayscale: #C4C4C4. Windows color (decimal): -10424335 or 15855456. OLE color: 15855456.

HSL color Cylindrical-coordinate representation of color #60EFF1: hue angle of 180.83º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EFF1 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 239 241 -
CMYK 0.60 0.01 0 0.05
HSL 180.83º 0.84% 0.66% -
HSV(B) 180.83º 0.6% 0.95% -
XYZ 51.57 70.57 94.12 -
YUV 196.47 153.12 56.34 -
System Red Green Blue C M Y K H S L
Decimal 96 239 241 0.60 0.01 0 0.05 180.83 0.84 0.66
Hex 60 EF F1 3C 1 0 5 B5 54 42
Octal 140 357 361 74 1 0 5 265 124 102
Binary 1100000 11101111 11110001 111100 1 0 101 10110101 1010100 1000010

Color Harmonies of #60EFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EFF1

Black with #60EFF1

Text Example


Text Example

White with #60EFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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