Html Css Color HEX #9FDFFA Columbia Blue

📋 copy color: '#9FDFFA'

red 159 ◦ green 223 ◦ blue 250

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

Shades of Columbia Blue #9FDFFA

Tints of Columbia Blue #9FDFFA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.28%

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

R = 25.16%
G = 35.28%
B = 39.56%

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

#9FDFFA (or 0x9FDFFA) is known color: Columbia Blue. HEX triplet: 9F, DF and FA. RGB value is (159,223,250). Sum of RGB (Red+Green+Blue) = 159+223+250=632 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.16% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #9FDFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDFFA is #602005. Grayscale: #CECECE. Windows color (decimal): -6299654 or 16441247. OLE color: 16441247.

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

Color convert

RGB 159 223 250 -
CMYK 0.36 0.11 0 0.02
HSL 197.8º 0.9% 0.8% -
HSV(B) 197.8º 0.36% 0.98% -
XYZ 57.94 67.05 100.33 -
YUV 206.94 152.3 93.8 -
System Red Green Blue C M Y K H S L
Decimal 159 223 250 0.36 0.11 0 0.02 197.8 0.9 0.8
Hex 9F DF FA 24 B 0 2 C6 5A 50
Octal 237 337 372 44 13 0 2 306 132 120
Binary 10011111 11011111 11111010 100100 1011 0 10 11000110 1011010 1010000

Color Harmonies of #9FDFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDFFA

Black with #9FDFFA

Text Example


Text Example

White with #9FDFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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