#6DEEFF

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

Shades of Baby Blue #6DEEFF

Tints of Baby Blue #6DEEFF

Color information

#6DEEFF (or 0x6DEEFF) is unknown color: approx Baby Blue. HEX triplet: 6D, EE and FF. RGB value is (109,238,255). Sum of RGB (Red+Green+Blue) = 109+238+255=602 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.11% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #6DEEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEEFF is #921100. Grayscale: #C9C9C9. Windows color (decimal): -9572609 or 16772717. OLE color: 16772717.

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

Color convert

RGB109238255-
CMYK0.570.0700
HSL186.99º100%71.37%-
HSV(B)186.99º57.25%100%-
XYZ54.9371.62105.54-
YUV201.37158.2662.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.11%
GREEN value IS 238 (93.36% from 255) = 39.53%
BLUE value IS 255 (100% from 255) = 42.36%
R=18.11%
G=39.53%
B=42.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1092382550.570.0700186.9910071.37
Hex6DEEFF39700bb6447
Octal15535637771700273144107
Binary11011011110111011111111111001111001011101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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