Html Css Color HEX #9DD2FC Columbia Blue

📋 copy color: '#9DD2FC'

red 157 ◦ green 210 ◦ blue 252

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

Shades of Columbia Blue #9DD2FC

Tints of Columbia Blue #9DD2FC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.93%

 BLUE value IS 252 (98.83% from 255) = 40.71%

R = 25.36%
G = 33.93%
B = 40.71%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9DD2FC (or 0x9DD2FC) is known color: Columbia Blue. HEX triplet: 9D, D2 and FC. RGB value is (157,210,252). Sum of RGB (Red+Green+Blue) = 157+210+252=619 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.36% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #9DD2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD2FC is #622D03. Grayscale: #C6C6C6. Windows color (decimal): -6434052 or 16568989. OLE color: 16568989.

HSL color Cylindrical-coordinate representation of color #9DD2FC: hue angle of 206.53º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DD2FC is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 157 210 252 -
CMYK 0.38 0.17 0 0.01
HSL 206.53º 0.94% 0.8% -
HSV(B) 206.53º 0.38% 0.99% -
XYZ 54.52 60.29 100.86 -
YUV 198.94 157.94 98.08 -
System Red Green Blue C M Y K H S L
Decimal 157 210 252 0.38 0.17 0 0.01 206.53 0.94 0.8
Hex 9D D2 FC 26 11 0 1 CF 5E 50
Octal 235 322 374 46 21 0 1 317 136 120
Binary 10011101 11010010 11111100 100110 10001 0 1 11001111 1011110 1010000

Color Harmonies of #9DD2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD2FC

Black with #9DD2FC

Text Example


Text Example

White with #9DD2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,210,252); }

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

background-color css

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

 a { background-color: rgb(157,210,252); }

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

border-color css

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

 span { border-color: rgb(157,210,252); }

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