Html Css Color HEX #9FDDFA Columbia Blue

📋 copy color: '#9FDDFA'

red 159 ◦ green 221 ◦ blue 250

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

Shades of Columbia Blue #9FDDFA

Tints of Columbia Blue #9FDDFA

RGB

 RED value IS 159 (62.5% from 255) = 25.24%

 GREEN value IS 221 (86.72% from 255) = 35.08%

 BLUE value IS 250 (98.05% from 255) = 39.68%

R = 25.24%
G = 35.08%
B = 39.68%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9FDDFA (or 0x9FDDFA) is known color: Columbia Blue. HEX triplet: 9F, DD and FA. RGB value is (159,221,250). Sum of RGB (Red+Green+Blue) = 159+221+250=630 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.24% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #9FDDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDDFA is #602205. Grayscale: #CDCDCD. Windows color (decimal): -6300166 or 16440735. OLE color: 16440735.

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

Color convert

RGB 159 221 250 -
CMYK 0.36 0.12 0 0.02
HSL 199.12º 0.9% 0.8% -
HSV(B) 199.12º 0.36% 0.98% -
XYZ 57.41 65.99 100.15 -
YUV 205.77 152.96 94.64 -
System Red Green Blue C M Y K H S L
Decimal 159 221 250 0.36 0.12 0 0.02 199.12 0.9 0.8
Hex 9F DD FA 24 C 0 2 C7 5A 50
Octal 237 335 372 44 14 0 2 307 132 120
Binary 10011111 11011101 11111010 100100 1100 0 10 11000111 1011010 1010000

Color Harmonies of #9FDDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDDFA

Black with #9FDDFA

Text Example


Text Example

White with #9FDDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,221,250); }

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

background-color css

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

 a { background-color: rgb(159,221,250); }

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

border-color css

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

 span { border-color: rgb(159,221,250); }

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