#6FF9FA

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

Shades of Baby Blue #6FF9FA

Tints of Baby Blue #6FF9FA

Color information

#6FF9FA (or 0x6FF9FA) is unknown color: approx Baby Blue. HEX triplet: 6F, F9 and FA. RGB value is (111,249,250). Sum of RGB (Red+Green+Blue) = 111+249+250=610 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.20% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FF9FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FF9FA is #900605. Grayscale: #CFCFCF. Windows color (decimal): -9438726 or 16447855. OLE color: 16447855.

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

Color convert

RGB111249250-
CMYK0.560.0000.02
HSL180.43º93.29%70.78%-
HSV(B)180.43º55.6%98.04%-
XYZ57.6978.03102.46-
YUV207.85151.7858.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 18.20%
GREEN value IS 249 (97.66% from 255) = 40.82%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=18.20%
G=40.82%
B=40.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1112492500.560.0000.02180.4393.2970.78
Hex6FF9FA38002b45d47
Octal15737137270002264135107
Binary1101111111110011111101011100000101011010010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,249,250); }

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

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

 a { background-color: rgb(111,249,250); }

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

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

 span { border-color: rgb(111,249,250); }

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