Html Css Color HEX #9DD0FF Columbia Blue

📋 copy color: '#9DD0FF'

red 157 ◦ green 208 ◦ blue 255

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

Shades of Columbia Blue #9DD0FF

Tints of Columbia Blue #9DD0FF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.55%

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

R = 25.32%
G = 33.55%
B = 41.13%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9DD0FF (or 0x9DD0FF) is known color: Columbia Blue. HEX triplet: 9D, D0 and FF. RGB value is (157,208,255). Sum of RGB (Red+Green+Blue) = 157+208+255=620 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.32% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DD0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD0FF is #622F00. Grayscale: #C5C5C5. Windows color (decimal): -6434561 or 16765085. OLE color: 16765085.

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

Color convert

RGB 157 208 255 -
CMYK 0.38 0.18 0 0
HSL 208.78º 1% 0.81% -
HSV(B) 208.78º 0.38% 1% -
XYZ 54.51 59.5 103.22 -
YUV 198.11 160.1 98.68 -
System Red Green Blue C M Y K H S L
Decimal 157 208 255 0.38 0.18 0 0 208.78 1 0.81
Hex 9D D0 FF 26 12 0 0 D1 64 51
Octal 235 320 377 46 22 0 0 321 144 121
Binary 10011101 11010000 11111111 100110 10010 0 0 11010001 1100100 1010001

Color Harmonies of #9DD0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD0FF

Black with #9DD0FF

Text Example


Text Example

White with #9DD0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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