Html Css Color HEX #9DDDFA Columbia Blue

📋 copy color: '#9DDDFA'

red 157 ◦ green 221 ◦ blue 250

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

Shades of Columbia Blue #9DDDFA

Tints of Columbia Blue #9DDDFA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.19%

 BLUE value IS 250 (98.05% from 255) = 39.81%

R = 25%
G = 35.19%
B = 39.81%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9DDDFA (or 0x9DDDFA) is known color: Columbia Blue. HEX triplet: 9D, DD and FA. RGB value is (157,221,250). Sum of RGB (Red+Green+Blue) = 157+221+250=628 (83% of max value = 765). Red value is 157 (61.72% from 255 or 25% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DDDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDDFA is #622205. Grayscale: #CCCCCC. Windows color (decimal): -6431238 or 16440733. OLE color: 16440733.

HSL color Cylindrical-coordinate representation of color #9DDDFA: hue angle of 198.71º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DDDFA is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 221 250 -
CMYK 0.37 0.12 0 0.02
HSL 198.71º 0.9% 0.8% -
HSV(B) 198.71º 0.37% 0.98% -
XYZ 57.02 65.78 100.13 -
YUV 205.17 153.3 93.64 -
System Red Green Blue C M Y K H S L
Decimal 157 221 250 0.37 0.12 0 0.02 198.71 0.9 0.8
Hex 9D DD FA 25 C 0 2 C7 5A 50
Octal 235 335 372 45 14 0 2 307 132 120
Binary 10011101 11011101 11111010 100101 1100 0 10 11000111 1011010 1010000

Color Harmonies of #9DDDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDDFA

Black with #9DDDFA

Text Example


Text Example

White with #9DDDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,221,250); }

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

background-color css

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

 a { background-color: rgb(157,221,250); }

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

border-color css

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

 span { border-color: rgb(157,221,250); }

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