Html Css Color HEX #89E1FE Columbia Blue

📋 copy color: '#89E1FE'

red 137 ◦ green 225 ◦ blue 254

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

Shades of Columbia Blue #89E1FE

Tints of Columbia Blue #89E1FE

RGB

 RED value IS 137 (53.91% from 255) = 22.24%

 GREEN value IS 225 (88.28% from 255) = 36.53%

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

R = 22.24%
G = 36.53%
B = 41.23%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#89E1FE (or 0x89E1FE) is known color: Columbia Blue. HEX triplet: 89, E1 and FE. RGB value is (137,225,254). Sum of RGB (Red+Green+Blue) = 137+225+254=616 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.24% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #89E1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E1FE is #761E01. Grayscale: #C9C9C9. Windows color (decimal): -7740930 or 16703881. OLE color: 16703881.

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

Color convert

RGB 137 225 254 -
CMYK 0.46 0.11 0 0.00
HSL 194.87º 0.98% 0.77% -
HSV(B) 194.87º 0.46% 1% -
XYZ 55.13 66.32 103.66 -
YUV 201.99 157.35 81.64 -
System Red Green Blue C M Y K H S L
Decimal 137 225 254 0.46 0.11 0 0.00 194.87 0.98 0.77
Hex 89 E1 FE 2E B 0 0 C3 62 4D
Octal 211 341 376 56 13 0 0 303 142 115
Binary 10001001 11100001 11111110 101110 1011 0 0 11000011 1100010 1001101

Color Harmonies of #89E1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89E1FE

Black with #89E1FE

Text Example


Text Example

White with #89E1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89E1FE; }

 p { color: rgb(137,225,254); }

 H1.HeaderClassName
 {
   color: #89E1FE;
 }
 .AnyTagClassName
 {
   color: #89E1FE;
 }
</style>

background-color css

<style>
 a { background-color: #89E1FE; }

 a { background-color: rgb(137,225,254); }

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

border-color css

<style>
 span { border-color: #89E1FE; }

 span { border-color: rgb(137,225,254); }

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