Html Css Color HEX #9FE2FE Columbia Blue

📋 copy color: '#9FE2FE'

red 159 ◦ green 226 ◦ blue 254

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

Shades of Columbia Blue #9FE2FE

Tints of Columbia Blue #9FE2FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.75%

R = 24.88%
G = 35.37%
B = 39.75%

CMYK

 C value IS 0.37

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9FE2FE (or 0x9FE2FE) is known color: Columbia Blue. HEX triplet: 9F, E2 and FE. RGB value is (159,226,254). Sum of RGB (Red+Green+Blue) = 159+226+254=639 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.88% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FE2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE2FE is #601D01. Grayscale: #D0D0D0. Windows color (decimal): -6298882 or 16704159. OLE color: 16704159.

HSL color Cylindrical-coordinate representation of color #9FE2FE: hue angle of 197.68º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FE2FE is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 159 226 254 -
CMYK 0.37 0.11 0 0.00
HSL 197.68º 0.98% 0.81% -
HSV(B) 197.68º 0.37% 1% -
XYZ 59.38 68.92 103.94 -
YUV 209.16 153.3 92.22 -
System Red Green Blue C M Y K H S L
Decimal 159 226 254 0.37 0.11 0 0.00 197.68 0.98 0.81
Hex 9F E2 FE 25 B 0 0 C6 62 51
Octal 237 342 376 45 13 0 0 306 142 121
Binary 10011111 11100010 11111110 100101 1011 0 0 11000110 1100010 1010001

Color Harmonies of #9FE2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE2FE

Black with #9FE2FE

Text Example


Text Example

White with #9FE2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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