Html Css Color HEX #9DDCFD Columbia Blue

📋 copy color: '#9DDCFD'

red 157 ◦ green 220 ◦ blue 253

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

Shades of Columbia Blue #9DDCFD

Tints of Columbia Blue #9DDCFD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.92%

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

R = 24.92%
G = 34.92%
B = 40.16%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9DDCFD (or 0x9DDCFD) is known color: Columbia Blue. HEX triplet: 9D, DC and FD. RGB value is (157,220,253). Sum of RGB (Red+Green+Blue) = 157+220+253=630 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.92% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #9DDCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDCFD is #622302. Grayscale: #CCCCCC. Windows color (decimal): -6431491 or 16637085. OLE color: 16637085.

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

Color convert

RGB 157 220 253 -
CMYK 0.38 0.13 0 0.01
HSL 200.63º 0.96% 0.8% -
HSV(B) 200.63º 0.38% 0.99% -
XYZ 57.23 65.45 102.54 -
YUV 204.93 155.13 93.82 -
System Red Green Blue C M Y K H S L
Decimal 157 220 253 0.38 0.13 0 0.01 200.63 0.96 0.8
Hex 9D DC FD 26 D 0 1 C9 60 50
Octal 235 334 375 46 15 0 1 311 140 120
Binary 10011101 11011100 11111101 100110 1101 0 1 11001001 1100000 1010000

Color Harmonies of #9DDCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDCFD

Black with #9DDCFD

Text Example


Text Example

White with #9DDCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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