Html Css Color HEX #89E0FE Columbia Blue

📋 copy color: '#89E0FE'

red 137 ◦ green 224 ◦ blue 254

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

Shades of Columbia Blue #89E0FE

Tints of Columbia Blue #89E0FE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.42%

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

R = 22.28%
G = 36.42%
B = 41.3%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#89E0FE (or 0x89E0FE) is known color: Columbia Blue. HEX triplet: 89, E0 and FE. RGB value is (137,224,254). Sum of RGB (Red+Green+Blue) = 137+224+254=615 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.28% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #89E0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E0FE is #761F01. Grayscale: #C9C9C9. Windows color (decimal): -7741186 or 16703625. OLE color: 16703625.

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

Color convert

RGB 137 224 254 -
CMYK 0.46 0.12 0 0.00
HSL 195.38º 0.98% 0.77% -
HSV(B) 195.38º 0.46% 1% -
XYZ 54.86 65.79 103.57 -
YUV 201.41 157.68 82.06 -
System Red Green Blue C M Y K H S L
Decimal 137 224 254 0.46 0.12 0 0.00 195.38 0.98 0.77
Hex 89 E0 FE 2E C 0 0 C3 62 4D
Octal 211 340 376 56 14 0 0 303 142 115
Binary 10001001 11100000 11111110 101110 1100 0 0 11000011 1100010 1001101

Color Harmonies of #89E0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89E0FE

Black with #89E0FE

Text Example


Text Example

White with #89E0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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