#9FE4FF

Color #9FE4FF Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #9FE4FF

Tints of Columbia Blue #9FE4FF

Color information

#9FE4FF (or 0x9FE4FF) is unknown color: approx Columbia Blue. HEX triplet: 9F, E4 and FF. RGB value is (159,228,255). Sum of RGB (Red+Green+Blue) = 159+228+255=642 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.77% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FE4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE4FF is #601B00. Grayscale: #D2D2D2. Windows color (decimal): -6298369 or 16770207. OLE color: 16770207.

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

Color convert

RGB159228255-
CMYK0.380.1100
HSL196.88º100%81.18%-
HSV(B)196.88º37.65%100%-
XYZ60.0970.08104.97-
YUV210.45153.1491.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.77%
GREEN value IS 228 (89.45% from 255) = 35.51%
BLUE value IS 255 (100% from 255) = 39.72%
R=24.77%
G=35.51%
B=39.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1592282550.380.1100196.8810081.18
Hex9FE4FF26B00c56451
Octal237344377461300305144121
Binary1001111111100100111111111001101011001100010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FE4FF;
 }
 .AnyTagClassName
 {
   color: #9FE4FF;
 }
</style>
background-color css

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

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

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

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

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

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