#6AFAFB

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

Shades of Baby Blue #6AFAFB

Tints of Baby Blue #6AFAFB

Color information

#6AFAFB (or 0x6AFAFB) is unknown color: approx Baby Blue. HEX triplet: 6A, FA and FB. RGB value is (106,250,251). Sum of RGB (Red+Green+Blue) = 106+250+251=607 (80% of max value = 765). Red value is 106 (41.80% from 255 or 17.46% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #6AFAFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFAFB is #950504. Grayscale: #CECECE. Windows color (decimal): -9766149 or 16513642. OLE color: 16513642.

HSL color Cylindrical-coordinate representation of color #6AFAFB: hue angle of 180.41º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFAFB is Cyan = 0.58, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB106250251-
CMYK0.580.0000.02
HSL180.41º94.77%70%-
HSV(B)180.41º57.77%98.43%-
XYZ57.5478.4103.37-
YUV207.06152.7955.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 17.46%
GREEN value IS 250 (98.05% from 255) = 41.19%
BLUE value IS 251 (98.44% from 255) = 41.35%
R=17.46%
G=41.19%
B=41.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062502510.580.0000.02180.4194.7770
Hex6AFAFB3A002b45f46
Octal15237237372002264137106
Binary1101010111110101111101111101000101011010010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,250,251); }

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

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

 a { background-color: rgb(106,250,251); }

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

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

 span { border-color: rgb(106,250,251); }

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