#6BEAFD

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

Shades of Baby Blue #6BEAFD

Tints of Baby Blue #6BEAFD

Color information

#6BEAFD (or 0x6BEAFD) is unknown color: approx Baby Blue. HEX triplet: 6B, EA and FD. RGB value is (107,234,253). Sum of RGB (Red+Green+Blue) = 107+234+253=594 (78% of max value = 765). Red value is 107 (42.19% from 255 or 18.01% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BEAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEAFD is #941502. Grayscale: #C5C5C5. Windows color (decimal): -9704707 or 16640619. OLE color: 16640619.

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

Color convert

RGB107234253-
CMYK0.580.0800.01
HSL187.81º97.33%70.59%-
HSV(B)187.81º57.71%99.22%-
XYZ53.2269.06103.45-
YUV198.19158.9262.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.01%
GREEN value IS 234 (91.80% from 255) = 39.39%
BLUE value IS 253 (99.22% from 255) = 42.59%
R=18.01%
G=39.39%
B=42.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1072342530.580.0800.01187.8197.3370.59
Hex6BEAFD3A801bc6147
Octal153352375721001274141107
Binary110101111101010111111011110101000011011110011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BEAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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