#8ADFFB

Color #8ADFFB Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #8ADFFB

Tints of Columbia Blue #8ADFFB

Color information

#8ADFFB (or 0x8ADFFB) is unknown color: approx Columbia Blue. HEX triplet: 8A, DF and FB. RGB value is (138,223,251). Sum of RGB (Red+Green+Blue) = 138+223+251=612 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.55% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #8ADFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADFFB is #752004. Grayscale: #C8C8C8. Windows color (decimal): -7675909 or 16506762. OLE color: 16506762.

HSL color Cylindrical-coordinate representation of color #8ADFFB: hue angle of 194.87º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8ADFFB is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138223251-
CMYK0.450.1100.02
HSL194.87º93.39%76.27%-
HSV(B)194.87º45.02%98.43%-
XYZ54.2865.14100.98-
YUV200.78156.3483.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 22.55%
GREEN value IS 223 (87.5% from 255) = 36.44%
BLUE value IS 251 (98.44% from 255) = 41.01%
R=22.55%
G=36.44%
B=41.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1382232510.450.1100.02194.8793.3976.27
Hex8ADFFB2DB02c35d4c
Octal212337373551302303135114
Binary10001010110111111111101110110110110101100001110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ADFFB; }

 p { color: rgb(138,223,251); }

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

<style>
 a { background-color: #8ADFFB; }

 a { background-color: rgb(138,223,251); }

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

<style>
 span { border-color: #8ADFFB; }

 span { border-color: rgb(138,223,251); }

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