#9BEAFE

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

Shades of Columbia Blue #9BEAFE

Tints of Columbia Blue #9BEAFE

Color information

#9BEAFE (or 0x9BEAFE) is unknown color: approx Columbia Blue. HEX triplet: 9B, EA and FE. RGB value is (155,234,254). Sum of RGB (Red+Green+Blue) = 155+234+254=643 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.11% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BEAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEAFE is #641501. Grayscale: #D4D4D4. Windows color (decimal): -6558978 or 16706203. OLE color: 16706203.

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

Color convert

RGB155234254-
CMYK0.390.0800.00
HSL192.12º98.02%80.2%-
HSV(B)192.12º38.98%99.61%-
XYZ60.8372.97104.64-
YUV212.66151.3386.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.11%
GREEN value IS 234 (91.80% from 255) = 36.39%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=24.11%
G=36.39%
B=39.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1552342540.390.0800.00192.1298.0280.2
Hex9BEAFE27800c06250
Octal233352376471000300142120
Binary1001101111101010111111101001111000001100000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,234,254); }

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

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

 a { background-color: rgb(155,234,254); }

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

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

 span { border-color: rgb(155,234,254); }

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