Html Css Color HEX #9DD3FE Columbia Blue

📋 copy color: '#9DD3FE'

red 157 ◦ green 211 ◦ blue 254

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

Shades of Columbia Blue #9DD3FE

Tints of Columbia Blue #9DD3FE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.92%

 BLUE value IS 254 (99.61% from 255) = 40.84%

R = 25.24%
G = 33.92%
B = 40.84%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9DD3FE (or 0x9DD3FE) is known color: Columbia Blue. HEX triplet: 9D, D3 and FE. RGB value is (157,211,254). Sum of RGB (Red+Green+Blue) = 157+211+254=622 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.24% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DD3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD3FE is #622C01. Grayscale: #C7C7C7. Windows color (decimal): -6433794 or 16700317. OLE color: 16700317.

HSL color Cylindrical-coordinate representation of color #9DD3FE: hue angle of 206.6º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DD3FE is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 157 211 254 -
CMYK 0.38 0.17 0 0.00
HSL 206.6º 0.98% 0.81% -
HSV(B) 206.6º 0.38% 1% -
XYZ 55.09 60.91 102.62 -
YUV 199.76 158.61 97.5 -
System Red Green Blue C M Y K H S L
Decimal 157 211 254 0.38 0.17 0 0.00 206.6 0.98 0.81
Hex 9D D3 FE 26 11 0 0 CF 62 51
Octal 235 323 376 46 21 0 0 317 142 121
Binary 10011101 11010011 11111110 100110 10001 0 0 11001111 1100010 1010001

Color Harmonies of #9DD3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD3FE

Black with #9DD3FE

Text Example


Text Example

White with #9DD3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,211,254); }

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

background-color css

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

 a { background-color: rgb(157,211,254); }

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

border-color css

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

 span { border-color: rgb(157,211,254); }

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