Html Css Color HEX #89E0FF Columbia Blue

📋 copy color: '#89E0FF'

red 137 ◦ green 224 ◦ blue 255

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

Shades of Columbia Blue #89E0FF

Tints of Columbia Blue #89E0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.4%

R = 22.24%
G = 36.36%
B = 41.4%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#89E0FF (or 0x89E0FF) is known color: Columbia Blue. HEX triplet: 89, E0 and FF. RGB value is (137,224,255). Sum of RGB (Red+Green+Blue) = 137+224+255=616 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.24% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #89E0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E0FF is #761F00. Grayscale: #C9C9C9. Windows color (decimal): -7741185 or 16769161. OLE color: 16769161.

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

Color convert

RGB 137 224 255 -
CMYK 0.46 0.12 0 0
HSL 195.76º 1% 0.77% -
HSV(B) 195.76º 0.46% 1% -
XYZ 55.02 65.85 104.42 -
YUV 201.52 158.18 81.98 -
System Red Green Blue C M Y K H S L
Decimal 137 224 255 0.46 0.12 0 0 195.76 1 0.77
Hex 89 E0 FF 2E C 0 0 C4 64 4D
Octal 211 340 377 56 14 0 0 304 144 115
Binary 10001001 11100000 11111111 101110 1100 0 0 11000100 1100100 1001101

Color Harmonies of #89E0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89E0FF

Black with #89E0FF

Text Example


Text Example

White with #89E0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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