Html Css Color HEX #9DDEFA Columbia Blue

📋 copy color: '#9DDEFA'

red 157 ◦ green 222 ◦ blue 250

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

Shades of Columbia Blue #9DDEFA

Tints of Columbia Blue #9DDEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.29%

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

R = 24.96%
G = 35.29%
B = 39.75%

CMYK

 C value IS 0.37

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9DDEFA (or 0x9DDEFA) is known color: Columbia Blue. HEX triplet: 9D, DE and FA. RGB value is (157,222,250). Sum of RGB (Red+Green+Blue) = 157+222+250=629 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.96% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DDEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDEFA is #622105. Grayscale: #CDCDCD. Windows color (decimal): -6430982 or 16440989. OLE color: 16440989.

HSL color Cylindrical-coordinate representation of color #9DDEFA: hue angle of 198.06º 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 #9DDEFA is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 222 250 -
CMYK 0.37 0.11 0 0.02
HSL 198.06º 0.9% 0.8% -
HSV(B) 198.06º 0.37% 0.98% -
XYZ 57.28 66.31 100.22 -
YUV 205.76 152.97 93.22 -
System Red Green Blue C M Y K H S L
Decimal 157 222 250 0.37 0.11 0 0.02 198.06 0.9 0.8
Hex 9D DE FA 25 B 0 2 C6 5A 50
Octal 235 336 372 45 13 0 2 306 132 120
Binary 10011101 11011110 11111010 100101 1011 0 10 11000110 1011010 1010000

Color Harmonies of #9DDEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDEFA

Black with #9DDEFA

Text Example


Text Example

White with #9DDEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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