Html Css Color HEX #9DD9FF Columbia Blue

📋 copy color: '#9DD9FF'

red 157 ◦ green 217 ◦ blue 255

#9DD9FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Columbia Blue #9DD9FF

Tints of Columbia Blue #9DD9FF

RGB

 RED value IS 157 (61.72% from 255) = 24.96%

 GREEN value IS 217 (85.16% from 255) = 34.5%

 BLUE value IS 255 (100% from 255) = 40.54%

R = 24.96%
G = 34.5%
B = 40.54%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9DD9FF (or 0x9DD9FF) is known color: Columbia Blue. HEX triplet: 9D, D9 and FF. RGB value is (157,217,255). Sum of RGB (Red+Green+Blue) = 157+217+255=629 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.96% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DD9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD9FF is #622600. Grayscale: #CBCBCB. Windows color (decimal): -6432257 or 16767389. OLE color: 16767389.

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

Color convert

RGB 157 217 255 -
CMYK 0.38 0.15 0 0
HSL 203.27º 1% 0.81% -
HSV(B) 203.27º 0.38% 1% -
XYZ 56.77 64.01 103.97 -
YUV 203.39 157.12 94.91 -
System Red Green Blue C M Y K H S L
Decimal 157 217 255 0.38 0.15 0 0 203.27 1 0.81
Hex 9D D9 FF 26 F 0 0 CB 64 51
Octal 235 331 377 46 17 0 0 313 144 121
Binary 10011101 11011001 11111111 100110 1111 0 0 11001011 1100100 1010001

Color Harmonies of #9DD9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD9FF

Black with #9DD9FF

Text Example


Text Example

White with #9DD9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DD9FF;
 }
 .AnyTagClassName
 {
   color: #9DD9FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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