Html Css Color HEX #9DD4FE Columbia Blue

📋 copy color: '#9DD4FE'

red 157 ◦ green 212 ◦ blue 254

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

Shades of Columbia Blue #9DD4FE

Tints of Columbia Blue #9DD4FE

RGB

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

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

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

R = 25.2%
G = 34.03%
B = 40.77%

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

#9DD4FE (or 0x9DD4FE) is known color: Columbia Blue. HEX triplet: 9D, D4 and FE. RGB value is (157,212,254). Sum of RGB (Red+Green+Blue) = 157+212+254=623 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.20% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DD4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD4FE is #622B01. Grayscale: #C8C8C8. Windows color (decimal): -6433538 or 16700573. OLE color: 16700573.

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

Color convert

RGB 157 212 254 -
CMYK 0.38 0.17 0 0.00
HSL 205.98º 0.98% 0.81% -
HSV(B) 205.98º 0.38% 1% -
XYZ 55.34 61.41 102.7 -
YUV 200.34 158.28 97.08 -
System Red Green Blue C M Y K H S L
Decimal 157 212 254 0.38 0.17 0 0.00 205.98 0.98 0.81
Hex 9D D4 FE 26 11 0 0 CE 62 51
Octal 235 324 376 46 21 0 0 316 142 121
Binary 10011101 11010100 11111110 100110 10001 0 0 11001110 1100010 1010001

Color Harmonies of #9DD4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD4FE

Black with #9DD4FE

Text Example


Text Example

White with #9DD4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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