Html Css Color HEX #9DD9FE Columbia Blue

📋 copy color: '#9DD9FE'

red 157 ◦ green 217 ◦ blue 254

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

Shades of Columbia Blue #9DD9FE

Tints of Columbia Blue #9DD9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.45%

R = 25%
G = 34.55%
B = 40.45%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9DD9FE (or 0x9DD9FE) is known color: Columbia Blue. HEX triplet: 9D, D9 and FE. RGB value is (157,217,254). Sum of RGB (Red+Green+Blue) = 157+217+254=628 (83% of max value = 765). Red value is 157 (61.72% from 255 or 25% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DD9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD9FE is #622601. Grayscale: #CBCBCB. Windows color (decimal): -6432258 or 16701853. OLE color: 16701853.

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

Color convert

RGB 157 217 254 -
CMYK 0.38 0.15 0 0.00
HSL 202.89º 0.98% 0.81% -
HSV(B) 202.89º 0.38% 1% -
XYZ 56.61 63.95 103.13 -
YUV 203.28 156.62 94.99 -
System Red Green Blue C M Y K H S L
Decimal 157 217 254 0.38 0.15 0 0.00 202.89 0.98 0.81
Hex 9D D9 FE 26 F 0 0 CB 62 51
Octal 235 331 376 46 17 0 0 313 142 121
Binary 10011101 11011001 11111110 100110 1111 0 0 11001011 1100010 1010001

Color Harmonies of #9DD9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD9FE

Black with #9DD9FE

Text Example


Text Example

White with #9DD9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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