Html Css Color HEX #9FE2FA Columbia Blue

📋 copy color: '#9FE2FA'

red 159 ◦ green 226 ◦ blue 250

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

Shades of Columbia Blue #9FE2FA

Tints of Columbia Blue #9FE2FA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.59%

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

R = 25.04%
G = 35.59%
B = 39.37%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9FE2FA (or 0x9FE2FA) is known color: Columbia Blue. HEX triplet: 9F, E2 and FA. RGB value is (159,226,250). Sum of RGB (Red+Green+Blue) = 159+226+250=635 (84% of max value = 765). Red value is 159 (62.5% from 255 or 25.04% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #9FE2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE2FA is #601D05. Grayscale: #D0D0D0. Windows color (decimal): -6298886 or 16442015. OLE color: 16442015.

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

Color convert

RGB 159 226 250 -
CMYK 0.36 0.10 0 0.02
HSL 195.82º 0.9% 0.8% -
HSV(B) 195.82º 0.36% 0.98% -
XYZ 58.75 68.67 100.6 -
YUV 208.7 151.3 92.55 -
System Red Green Blue C M Y K H S L
Decimal 159 226 250 0.36 0.10 0 0.02 195.82 0.9 0.8
Hex 9F E2 FA 24 A 0 2 C4 5A 50
Octal 237 342 372 44 12 0 2 304 132 120
Binary 10011111 11100010 11111010 100100 1010 0 10 11000100 1011010 1010000

Color Harmonies of #9FE2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE2FA

Black with #9FE2FA

Text Example


Text Example

White with #9FE2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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