#8CDFF9

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

Shades of Columbia Blue #8CDFF9

Tints of Columbia Blue #8CDFF9

Color information

#8CDFF9 (or 0x8CDFF9) is unknown color: approx Columbia Blue. HEX triplet: 8C, DF and F9. RGB value is (140,223,249). Sum of RGB (Red+Green+Blue) = 140+223+249=612 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.88% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #8CDFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDFF9 is #732006. Grayscale: #C8C8C8. Windows color (decimal): -7544839 or 16375692. OLE color: 16375692.

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

Color convert

RGB140223249-
CMYK0.440.1000.02
HSL194.31º90.08%76.27%-
HSV(B)194.31º43.78%97.65%-
XYZ54.365.1999.34-
YUV201.1515584.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.88%
GREEN value IS 223 (87.5% from 255) = 36.44%
BLUE value IS 249 (97.66% from 255) = 40.69%
R=22.88%
G=36.44%
B=40.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402232490.440.1000.02194.3190.0876.27
Hex8CDFF92CA02c25a4c
Octal214337371541202302132114
Binary10001100110111111111100110110010100101100001010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,223,249); }

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

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

 a { background-color: rgb(140,223,249); }

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

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

 span { border-color: rgb(140,223,249); }

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