#6BFBE5

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

Shades of Baby Blue #6BFBE5

Tints of Baby Blue #6BFBE5

Color information

#6BFBE5 (or 0x6BFBE5) is unknown color: approx Baby Blue. HEX triplet: 6B, FB and E5. RGB value is (107,251,229). Sum of RGB (Red+Green+Blue) = 107+251+229=587 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.23% from 587); Green value is 251 (98.44% from 255 or 42.76% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 251 - color contains mainly: green. Hex color #6BFBE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BFBE5 is #94041A. Grayscale: #CDCDCD. Windows color (decimal): -9700379 or 15072107. OLE color: 15072107.

HSL color Cylindrical-coordinate representation of color #6BFBE5: hue angle of 170.83º degrees, saturation: 0.95, 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 #6BFBE5 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB107251229-
CMYK0.5700.090.02
HSL170.83º94.74%70.2%-
HSV(B)170.83º57.37%98.43%-
XYZ54.777.7886.26-
YUV205.44141.2957.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.23%
GREEN value IS 251 (98.44% from 255) = 42.76%
BLUE value IS 229 (89.84% from 255) = 39.01%
R=18.23%
G=42.76%
B=39.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1072512290.5700.090.02170.8394.7470.2
Hex6BFBE539092ab5f46
Octal153373345710112253137106
Binary1101011111110111110010111100101001101010101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,251,229); }

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

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

 a { background-color: rgb(107,251,229); }

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

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

 span { border-color: rgb(107,251,229); }

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