Html Css Color HEX #9FE2FF Columbia Blue

📋 copy color: '#9FE2FF'

red 159 ◦ green 226 ◦ blue 255

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

Shades of Columbia Blue #9FE2FF

Tints of Columbia Blue #9FE2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.84%

R = 24.84%
G = 35.31%
B = 39.84%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9FE2FF (or 0x9FE2FF) is known color: Columbia Blue. HEX triplet: 9F, E2 and FF. RGB value is (159,226,255). Sum of RGB (Red+Green+Blue) = 159+226+255=640 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.84% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FE2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE2FF is #601D00. Grayscale: #D1D1D1. Windows color (decimal): -6298881 or 16769695. OLE color: 16769695.

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

Color convert

RGB 159 226 255 -
CMYK 0.38 0.11 0 0
HSL 198.13º 1% 0.81% -
HSV(B) 198.13º 0.38% 1% -
XYZ 59.54 68.98 104.78 -
YUV 209.27 153.8 92.14 -
System Red Green Blue C M Y K H S L
Decimal 159 226 255 0.38 0.11 0 0 198.13 1 0.81
Hex 9F E2 FF 26 B 0 0 C6 64 51
Octal 237 342 377 46 13 0 0 306 144 121
Binary 10011111 11100010 11111111 100110 1011 0 0 11000110 1100100 1010001

Color Harmonies of #9FE2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE2FF

Black with #9FE2FF

Text Example


Text Example

White with #9FE2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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