Html Css Color HEX #9FDEFA Columbia Blue

📋 copy color: '#9FDEFA'

red 159 ◦ green 222 ◦ blue 250

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

Shades of Columbia Blue #9FDEFA

Tints of Columbia Blue #9FDEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.18%

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

R = 25.2%
G = 35.18%
B = 39.62%

CMYK

 C value IS 0.36

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9FDEFA (or 0x9FDEFA) is known color: Columbia Blue. HEX triplet: 9F, DE and FA. RGB value is (159,222,250). Sum of RGB (Red+Green+Blue) = 159+222+250=631 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.20% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #9FDEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDEFA is #602105. Grayscale: #CECECE. Windows color (decimal): -6299910 or 16440991. OLE color: 16440991.

HSL color Cylindrical-coordinate representation of color #9FDEFA: hue angle of 198.46º 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 #9FDEFA is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 222 250 -
CMYK 0.36 0.11 0 0.02
HSL 198.46º 0.9% 0.8% -
HSV(B) 198.46º 0.36% 0.98% -
XYZ 57.67 66.52 100.24 -
YUV 206.36 152.63 94.22 -
System Red Green Blue C M Y K H S L
Decimal 159 222 250 0.36 0.11 0 0.02 198.46 0.9 0.8
Hex 9F DE FA 24 B 0 2 C6 5A 50
Octal 237 336 372 44 13 0 2 306 132 120
Binary 10011111 11011110 11111010 100100 1011 0 10 11000110 1011010 1010000

Color Harmonies of #9FDEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDEFA

Black with #9FDEFA

Text Example


Text Example

White with #9FDEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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