#6BFAEE

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

Shades of Baby Blue #6BFAEE

Tints of Baby Blue #6BFAEE

Color information

#6BFAEE (or 0x6BFAEE) is unknown color: approx Baby Blue. HEX triplet: 6B, FA and EE. RGB value is (107,250,238). Sum of RGB (Red+Green+Blue) = 107+250+238=595 (78% of max value = 765). Red value is 107 (42.19% from 255 or 17.98% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFAEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFAEE is #940511. Grayscale: #CDCDCD. Windows color (decimal): -9700626 or 15661675. OLE color: 15661675.

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

Color convert

RGB107250238-
CMYK0.5700.050.02
HSL174.97º93.46%70%-
HSV(B)174.97º57.2%98.04%-
XYZ55.6877.6792.95-
YUV205.88146.1257.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 17.98%
GREEN value IS 250 (98.05% from 255) = 42.02%
BLUE value IS 238 (93.36% from 255) = 40%
R=17.98%
G=42.02%
B=40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1072502380.5700.050.02174.9793.4670
Hex6BFAEE39052af5d46
Octal15337235671052257135106
Binary110101111111010111011101110010101101010111110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,250,238); }

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

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

 a { background-color: rgb(107,250,238); }

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

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

 span { border-color: rgb(107,250,238); }

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