Html Css Color HEX #9DD4FC Columbia Blue

📋 copy color: '#9DD4FC'

red 157 ◦ green 212 ◦ blue 252

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

Shades of Columbia Blue #9DD4FC

Tints of Columbia Blue #9DD4FC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.14%

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

R = 25.28%
G = 34.14%
B = 40.58%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9DD4FC (or 0x9DD4FC) is known color: Columbia Blue. HEX triplet: 9D, D4 and FC. RGB value is (157,212,252). Sum of RGB (Red+Green+Blue) = 157+212+252=621 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.28% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #9DD4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD4FC is #622B03. Grayscale: #C7C7C7. Windows color (decimal): -6433540 or 16569501. OLE color: 16569501.

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

Color convert

RGB 157 212 252 -
CMYK 0.38 0.16 0 0.01
HSL 205.26º 0.94% 0.8% -
HSV(B) 205.26º 0.38% 0.99% -
XYZ 55.02 61.28 101.02 -
YUV 200.12 157.28 97.25 -
System Red Green Blue C M Y K H S L
Decimal 157 212 252 0.38 0.16 0 0.01 205.26 0.94 0.8
Hex 9D D4 FC 26 10 0 1 CD 5E 50
Octal 235 324 374 46 20 0 1 315 136 120
Binary 10011101 11010100 11111100 100110 10000 0 1 11001101 1011110 1010000

Color Harmonies of #9DD4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD4FC

Black with #9DD4FC

Text Example


Text Example

White with #9DD4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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