Html Css Color HEX #6FEEF0 Baby Blue

📋 copy color: '#6FEEF0'

red 111 ◦ green 238 ◦ blue 240

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

Shades of Baby Blue #6FEEF0

Tints of Baby Blue #6FEEF0

RGB

 RED value IS 111 (43.75% from 255) = 18.85%

 GREEN value IS 238 (93.36% from 255) = 40.41%

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

R = 18.85%
G = 40.41%
B = 40.75%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6FEEF0 (or 0x6FEEF0) is known color: Baby Blue. HEX triplet: 6F, EE and F0. RGB value is (111,238,240). Sum of RGB (Red+Green+Blue) = 111+238+240=589 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.85% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #6FEEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEEF0 is #90110F. Grayscale: #C8C8C8. Windows color (decimal): -9441552 or 15789679. OLE color: 15789679.

HSL color Cylindrical-coordinate representation of color #6FEEF0: hue angle of 180.93º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FEEF0 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 111 238 240 -
CMYK 0.54 0.01 0 0.06
HSL 180.93º 0.81% 0.69% -
HSV(B) 180.93º 0.54% 0.94% -
XYZ 52.86 70.82 93.32 -
YUV 200.26 150.42 64.34 -
System Red Green Blue C M Y K H S L
Decimal 111 238 240 0.54 0.01 0 0.06 180.93 0.81 0.69
Hex 6F EE F0 36 1 0 6 B5 51 45
Octal 157 356 360 66 1 0 6 265 121 105
Binary 1101111 11101110 11110000 110110 1 0 110 10110101 1010001 1000101

Color Harmonies of #6FEEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEEF0

Black with #6FEEF0

Text Example


Text Example

White with #6FEEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FEEF0; }

 p { color: rgb(111,238,240); }

 H1.HeaderClassName
 {
   color: #6FEEF0;
 }
 .AnyTagClassName
 {
   color: #6FEEF0;
 }
</style>

background-color css

<style>
 a { background-color: #6FEEF0; }

 a { background-color: rgb(111,238,240); }

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

border-color css

<style>
 span { border-color: #6FEEF0; }

 span { border-color: rgb(111,238,240); }

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