#6BFBE7

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

Shades of Baby Blue #6BFBE7

Tints of Baby Blue #6BFBE7

Color information

#6BFBE7 (or 0x6BFBE7) is unknown color: approx Baby Blue. HEX triplet: 6B, FB and E7. RGB value is (107,251,231). Sum of RGB (Red+Green+Blue) = 107+251+231=589 (78% of max value = 765). Red value is 107 (42.19% from 255 or 18.17% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 231 (90.62% from 255 or 39.22% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #6BFBE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFBE7 is #940418. Grayscale: #CDCDCD. Windows color (decimal): -9700377 or 15203179. OLE color: 15203179.

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

Color convert

RGB107251231-
CMYK0.5700.080.02
HSL171.67º94.74%70.2%-
HSV(B)171.67º57.37%98.43%-
XYZ54.9877.8987.74-
YUV205.66142.2957.63-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.17%
GREEN value IS 251 (98.44% from 255) = 42.61%
BLUE value IS 231 (90.62% from 255) = 39.22%
R=18.17%
G=42.61%
B=39.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1072512310.5700.080.02171.6794.7470.2
Hex6BFBE739082ac5f46
Octal153373347710102254137106
Binary1101011111110111110011111100101000101010110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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