Html Css Color HEX #9DD5FD Columbia Blue

📋 copy color: '#9DD5FD'

red 157 ◦ green 213 ◦ blue 253

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

Shades of Columbia Blue #9DD5FD

Tints of Columbia Blue #9DD5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.19%

 BLUE value IS 253 (99.22% from 255) = 40.61%

R = 25.2%
G = 34.19%
B = 40.61%

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

#9DD5FD (or 0x9DD5FD) is known color: Columbia Blue. HEX triplet: 9D, D5 and FD. RGB value is (157,213,253). Sum of RGB (Red+Green+Blue) = 157+213+253=623 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.20% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #9DD5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD5FD is #622A02. Grayscale: #C8C8C8. Windows color (decimal): -6433283 or 16635293. OLE color: 16635293.

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

Color convert

RGB 157 213 253 -
CMYK 0.38 0.16 0 0.01
HSL 205º 0.96% 0.8% -
HSV(B) 205º 0.38% 0.99% -
XYZ 55.43 61.85 101.95 -
YUV 200.82 157.45 96.75 -
System Red Green Blue C M Y K H S L
Decimal 157 213 253 0.38 0.16 0 0.01 205 0.96 0.8
Hex 9D D5 FD 26 10 0 1 CD 60 50
Octal 235 325 375 46 20 0 1 315 140 120
Binary 10011101 11010101 11111101 100110 10000 0 1 11001101 1100000 1010000

Color Harmonies of #9DD5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD5FD

Black with #9DD5FD

Text Example


Text Example

White with #9DD5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,213,253); }

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

background-color css

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

 a { background-color: rgb(157,213,253); }

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

border-color css

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

 span { border-color: rgb(157,213,253); }

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