#9DEAFF

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

Shades of Columbia Blue #9DEAFF

Tints of Columbia Blue #9DEAFF

Color information

#9DEAFF (or 0x9DEAFF) is unknown color: approx Columbia Blue. HEX triplet: 9D, EA and FF. RGB value is (157,234,255). Sum of RGB (Red+Green+Blue) = 157+234+255=646 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.30% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DEAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEAFF is #621500. Grayscale: #D5D5D5. Windows color (decimal): -6427905 or 16771741. OLE color: 16771741.

HSL color Cylindrical-coordinate representation of color #9DEAFF: hue angle of 192.86º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DEAFF is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB157234255-
CMYK0.380.0800
HSL192.86º100%80.78%-
HSV(B)192.86º38.43%100%-
XYZ61.3873.23105.51-
YUV213.37151.4987.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.30%
GREEN value IS 234 (91.80% from 255) = 36.22%
BLUE value IS 255 (100% from 255) = 39.47%
R=24.30%
G=36.22%
B=39.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572342550.380.0800192.8610080.78
Hex9DEAFF26800c16451
Octal235352377461000301144121
Binary1001110111101010111111111001101000001100000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DEAFF; }

 p { color: rgb(157,234,255); }

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

<style>
 a { background-color: #9DEAFF; }

 a { background-color: rgb(157,234,255); }

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

<style>
 span { border-color: #9DEAFF; }

 span { border-color: rgb(157,234,255); }

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