Html Css Color HEX #6EFFEF Baby Blue

📋 copy color: '#6EFFEF'

red 110 ◦ green 255 ◦ blue 239

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

Shades of Baby Blue #6EFFEF

Tints of Baby Blue #6EFFEF

RGB

 RED value IS 110 (43.36% from 255) = 18.21%

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

 BLUE value IS 239 (93.75% from 255) = 39.57%

R = 18.21%
G = 42.22%
B = 39.57%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#6EFFEF (or 0x6EFFEF) is known color: Baby Blue. HEX triplet: 6E, FF and EF. RGB value is (110,255,239). Sum of RGB (Red+Green+Blue) = 110+255+239=604 (80% of max value = 765). Red value is 110 (43.36% from 255 or 18.21% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFFEF is #910010. Grayscale: #D1D1D1. Windows color (decimal): -9502737 or 15728494. OLE color: 15728494.

HSL color Cylindrical-coordinate representation of color #6EFFEF: hue angle of 173.38º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFFEF is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB 110 255 239 -
CMYK 0.57 0 0.06 0
HSL 173.38º 1% 0.72% -
HSV(B) 173.38º 0.57% 1% -
XYZ 57.77 81.07 94.26 -
YUV 209.82 144.46 56.8 -
System Red Green Blue C M Y K H S L
Decimal 110 255 239 0.57 0 0.06 0 173.38 1 0.72
Hex 6E FF EF 39 0 6 0 AD 64 48
Octal 156 377 357 71 0 6 0 255 144 110
Binary 1101110 11111111 11101111 111001 0 110 0 10101101 1100100 1001000

Color Harmonies of #6EFFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFFEF

Black with #6EFFEF

Text Example


Text Example

White with #6EFFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,255,239); }

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

background-color css

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

 a { background-color: rgb(110,255,239); }

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

border-color css

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

 span { border-color: rgb(110,255,239); }

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