Html Css Color HEX #89E2F7 Columbia Blue

📋 copy color: '#89E2F7'

red 137 ◦ green 226 ◦ blue 247

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

Shades of Columbia Blue #89E2F7

Tints of Columbia Blue #89E2F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 40.49%

R = 22.46%
G = 37.05%
B = 40.49%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#89E2F7 (or 0x89E2F7) is known color: Columbia Blue. HEX triplet: 89, E2 and F7. RGB value is (137,226,247). Sum of RGB (Red+Green+Blue) = 137+226+247=610 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.46% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 247 (96.88% from 255 or 40.49% from 610); Max value from RGB is 247 - color contains mainly: blue. Hex color #89E2F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E2F7 is #761D08. Grayscale: #C9C9C9. Windows color (decimal): -7740681 or 16245385. OLE color: 16245385.

HSL color Cylindrical-coordinate representation of color #89E2F7: hue angle of 191.45º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89E2F7 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 137 226 247 -
CMYK 0.45 0.09 0 0.03
HSL 191.45º 0.87% 0.75% -
HSV(B) 191.45º 0.45% 0.97% -
XYZ 54.3 66.43 97.96 -
YUV 201.78 153.51 81.79 -
System Red Green Blue C M Y K H S L
Decimal 137 226 247 0.45 0.09 0 0.03 191.45 0.87 0.75
Hex 89 E2 F7 2D 9 0 3 BF 57 4B
Octal 211 342 367 55 11 0 3 277 127 113
Binary 10001001 11100010 11110111 101101 1001 0 11 10111111 1010111 1001011

Color Harmonies of #89E2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89E2F7

Black with #89E2F7

Text Example


Text Example

White with #89E2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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