#6BFDEB

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

Shades of Baby Blue #6BFDEB

Tints of Baby Blue #6BFDEB

Color information

#6BFDEB (or 0x6BFDEB) is unknown color: approx Baby Blue. HEX triplet: 6B, FD and EB. RGB value is (107,253,235). Sum of RGB (Red+Green+Blue) = 107+253+235=595 (78% of max value = 765). Red value is 107 (42.19% from 255 or 17.98% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFDEB is #940214. Grayscale: #CFCFCF. Windows color (decimal): -9699861 or 15465835. OLE color: 15465835.

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

Color convert

RGB107253235-
CMYK0.5800.070.01
HSL172.6º97.33%70.59%-
HSV(B)172.6º57.71%99.22%-
XYZ56.1879.3790.96-
YUV207.29143.6356.46-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 17.98%
GREEN value IS 253 (99.22% from 255) = 42.52%
BLUE value IS 235 (92.19% from 255) = 39.50%
R=17.98%
G=42.52%
B=39.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1072532350.5800.070.01172.697.3370.59
Hex6BFDEB3A071ad6147
Octal15337535372071255141107
Binary11010111111110111101011111010011111010110111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,253,235); }

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

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

 a { background-color: rgb(107,253,235); }

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

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

 span { border-color: rgb(107,253,235); }

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