#6BECFD

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

Shades of Baby Blue #6BECFD

Tints of Baby Blue #6BECFD

Color information

#6BECFD (or 0x6BECFD) is unknown color: approx Baby Blue. HEX triplet: 6B, EC and FD. RGB value is (107,236,253). Sum of RGB (Red+Green+Blue) = 107+236+253=596 (78% of max value = 765). Red value is 107 (42.19% from 255 or 17.95% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BECFD is #941302. Grayscale: #C7C7C7. Windows color (decimal): -9704195 or 16641131. OLE color: 16641131.

HSL color Cylindrical-coordinate representation of color #6BECFD: hue angle of 186.99º 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 #6BECFD is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB107236253-
CMYK0.580.0700.01
HSL186.99º97.33%70.59%-
HSV(B)186.99º57.71%99.22%-
XYZ53.7970.21103.65-
YUV199.37158.2662.12-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 17.95%
GREEN value IS 236 (92.58% from 255) = 39.60%
BLUE value IS 253 (99.22% from 255) = 42.45%
R=17.95%
G=39.60%
B=42.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1072362530.580.0700.01186.9997.3370.59
Hex6BECFD3A701bb6147
Octal15335437572701273141107
Binary11010111110110011111101111010111011011101111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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