#9DDAFE

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

Shades of Columbia Blue #9DDAFE

Tints of Columbia Blue #9DDAFE

Color information

#9DDAFE (or 0x9DDAFE) is unknown color: approx Columbia Blue. HEX triplet: 9D, DA and FE. RGB value is (157,218,254). Sum of RGB (Red+Green+Blue) = 157+218+254=629 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.96% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DDAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDAFE is #622501. Grayscale: #CBCBCB. Windows color (decimal): -6432002 or 16702109. OLE color: 16702109.

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

Color convert

RGB157218254-
CMYK0.380.1400.00
HSL202.27º97.98%80.59%-
HSV(B)202.27º38.19%99.61%-
XYZ56.8764.47103.21-
YUV203.86156.2994.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.96%
GREEN value IS 218 (85.55% from 255) = 34.66%
BLUE value IS 254 (99.61% from 255) = 40.38%
R=24.96%
G=34.66%
B=40.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1572182540.380.1400.00202.2797.9880.59
Hex9DDAFE26E00ca6251
Octal235332376461600312142121
Binary1001110111011010111111101001101110001100101011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,218,254); }

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

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

 a { background-color: rgb(157,218,254); }

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

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

 span { border-color: rgb(157,218,254); }

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