#9DDBFF

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

Shades of Columbia Blue #9DDBFF

Tints of Columbia Blue #9DDBFF

Color information

#9DDBFF (or 0x9DDBFF) is unknown color: approx Columbia Blue. HEX triplet: 9D, DB and FF. RGB value is (157,219,255). Sum of RGB (Red+Green+Blue) = 157+219+255=631 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.88% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DDBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDBFF is #622400. Grayscale: #CCCCCC. Windows color (decimal): -6431745 or 16767901. OLE color: 16767901.

HSL color Cylindrical-coordinate representation of color #9DDBFF: hue angle of 202.04º 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 #9DDBFF is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB157219255-
CMYK0.380.1400
HSL202.04º100%80.78%-
HSV(B)202.04º38.43%100%-
XYZ57.2965.05104.14-
YUV204.57156.4694.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.88%
GREEN value IS 219 (85.94% from 255) = 34.71%
BLUE value IS 255 (100% from 255) = 40.41%
R=24.88%
G=34.71%
B=40.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572192550.380.1400202.0410080.78
Hex9DDBFF26E00ca6451
Octal235333377461600312144121
Binary1001110111011011111111111001101110001100101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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