#6CFAEB

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

Shades of Baby Blue #6CFAEB

Tints of Baby Blue #6CFAEB

Color information

#6CFAEB (or 0x6CFAEB) is unknown color: approx Baby Blue. HEX triplet: 6C, FA and EB. RGB value is (108,250,235). Sum of RGB (Red+Green+Blue) = 108+250+235=593 (78% of max value = 765). Red value is 108 (42.58% from 255 or 18.21% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #6CFAEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CFAEB is #930514. Grayscale: #CDCDCD. Windows color (decimal): -9635093 or 15465068. OLE color: 15465068.

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

Color convert

RGB108250235-
CMYK0.5700.060.02
HSL173.66º93.42%70.2%-
HSV(B)173.66º56.8%98.04%-
XYZ55.3777.5690.65-
YUV205.83144.4658.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.21%
GREEN value IS 250 (98.05% from 255) = 42.16%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=18.21%
G=42.16%
B=39.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1082502350.5700.060.02173.6693.4270.2
Hex6CFAEB39062ae5d46
Octal15437235371062256135106
Binary110110011111010111010111110010110101010111010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CFAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,250,235); }

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

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

 a { background-color: rgb(108,250,235); }

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

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

 span { border-color: rgb(108,250,235); }

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