Html Css Color HEX #6EEFFF Baby Blue

📋 copy color: '#6EEFFF'

red 110 ◦ green 239 ◦ blue 255

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

Shades of Baby Blue #6EEFFF

Tints of Baby Blue #6EEFFF

RGB

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

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

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

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

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #6EEFFF: hue angle of 186.62º 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 #6EEFFF is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 110 239 255 -
CMYK 0.57 0.06 0 0
HSL 186.62º 1% 0.72% -
HSV(B) 186.62º 0.57% 1% -
XYZ 55.35 72.27 105.64 -
YUV 202.25 157.76 62.2 -
System Red Green Blue C M Y K H S L
Decimal 110 239 255 0.57 0.06 0 0 186.62 1 0.72
Hex 6E EF FF 39 6 0 0 BB 64 48
Octal 156 357 377 71 6 0 0 273 144 110
Binary 1101110 11101111 11111111 111001 110 0 0 10111011 1100100 1001000

Color Harmonies of #6EEFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEFFF

Black with #6EEFFF

Text Example


Text Example

White with #6EEFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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