Html Css Color HEX #9DD4F9 Columbia Blue

📋 copy color: '#9DD4F9'

red 157 ◦ green 212 ◦ blue 249

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

Shades of Columbia Blue #9DD4F9

Tints of Columbia Blue #9DD4F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.29%

R = 25.4%
G = 34.3%
B = 40.29%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9DD4F9 (or 0x9DD4F9) is known color: Columbia Blue. HEX triplet: 9D, D4 and F9. RGB value is (157,212,249). Sum of RGB (Red+Green+Blue) = 157+212+249=618 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.40% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #9DD4F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD4F9 is #622B06. Grayscale: #C7C7C7. Windows color (decimal): -6433543 or 16372893. OLE color: 16372893.

HSL color Cylindrical-coordinate representation of color #9DD4F9: hue angle of 204.13º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DD4F9 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 212 249 -
CMYK 0.37 0.15 0 0.02
HSL 204.13º 0.88% 0.8% -
HSV(B) 204.13º 0.37% 0.98% -
XYZ 54.55 61.09 98.54 -
YUV 199.77 155.78 97.49 -
System Red Green Blue C M Y K H S L
Decimal 157 212 249 0.37 0.15 0 0.02 204.13 0.88 0.8
Hex 9D D4 F9 25 F 0 2 CC 58 50
Octal 235 324 371 45 17 0 2 314 130 120
Binary 10011101 11010100 11111001 100101 1111 0 10 11001100 1011000 1010000

Color Harmonies of #9DD4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD4F9

Black with #9DD4F9

Text Example


Text Example

White with #9DD4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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