#6EFFEE

Color #6EFFEE Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #6EFFEE

Tints of Baby Blue #6EFFEE

Color information

#6EFFEE (or 0x6EFFEE) is unknown color: approx Baby Blue. HEX triplet: 6E, FF and EE. RGB value is (110,255,238). Sum of RGB (Red+Green+Blue) = 110+255+238=603 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.24% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFFEE is #910011. Grayscale: #D1D1D1. Windows color (decimal): -9502738 or 15662958. OLE color: 15662958.

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

Color convert

RGB110255238-
CMYK0.5700.070
HSL172.97º100%71.57%-
HSV(B)172.97º56.86%100%-
XYZ57.6281.0193.49-
YUV209.71143.9656.88-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 18.24%
GREEN value IS 255 (100% from 255) = 42.29%
BLUE value IS 238 (93.36% from 255) = 39.47%
R=18.24%
G=42.29%
B=39.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1102552380.5700.070172.9710071.57
Hex6EFFEE39070ad6448
Octal15637735671070255144110
Binary11011101111111111101110111001011101010110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EFFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6EFFEE;
 }
 .AnyTagClassName
 {
   color: #6EFFEE;
 }
</style>
background-color css

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

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

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

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

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

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