#9FE7FF

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

Shades of Columbia Blue #9FE7FF

Tints of Columbia Blue #9FE7FF

Color information

#9FE7FF (or 0x9FE7FF) is unknown color: approx Columbia Blue. HEX triplet: 9F, E7 and FF. RGB value is (159,231,255). Sum of RGB (Red+Green+Blue) = 159+231+255=645 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.65% from 645); Green value is 231 (90.62% from 255 or 35.81% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FE7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FE7FF is #601800. Grayscale: #D4D4D4. Windows color (decimal): -6297601 or 16770975. OLE color: 16770975.

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

Color convert

RGB159231255-
CMYK0.380.0900
HSL195º100%81.18%-
HSV(B)195º37.65%100%-
XYZ60.9271.74105.24-
YUV212.21152.1590.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.65%
GREEN value IS 231 (90.62% from 255) = 35.81%
BLUE value IS 255 (100% from 255) = 39.53%
R=24.65%
G=35.81%
B=39.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1592312550.380.090019510081.18
Hex9FE7FF26900c36451
Octal237347377461100303144121
Binary1001111111100111111111111001101001001100001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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