Html Css Color HEX #89E2FE Columbia Blue

📋 copy color: '#89E2FE'

red 137 ◦ green 226 ◦ blue 254

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

Shades of Columbia Blue #89E2FE

Tints of Columbia Blue #89E2FE

RGB

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

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

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

R = 22.2%
G = 36.63%
B = 41.17%

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

#89E2FE (or 0x89E2FE) is known color: Columbia Blue. HEX triplet: 89, E2 and FE. RGB value is (137,226,254). Sum of RGB (Red+Green+Blue) = 137+226+254=617 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.20% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #89E2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E2FE is #761D01. Grayscale: #CACACA. Windows color (decimal): -7740674 or 16704137. OLE color: 16704137.

HSL color Cylindrical-coordinate representation of color #89E2FE: hue angle of 194.36º 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 #89E2FE is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 137 226 254 -
CMYK 0.46 0.11 0 0.00
HSL 194.36º 0.98% 0.77% -
HSV(B) 194.36º 0.46% 1% -
XYZ 55.4 66.87 103.75 -
YUV 202.58 157.01 81.22 -
System Red Green Blue C M Y K H S L
Decimal 137 226 254 0.46 0.11 0 0.00 194.36 0.98 0.77
Hex 89 E2 FE 2E B 0 0 C2 62 4D
Octal 211 342 376 56 13 0 0 302 142 115
Binary 10001001 11100010 11111110 101110 1011 0 0 11000010 1100010 1001101

Color Harmonies of #89E2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89E2FE

Black with #89E2FE

Text Example


Text Example

White with #89E2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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