Html Css Color HEX #89E3FF Columbia Blue

📋 copy color: '#89E3FF'

red 137 ◦ green 227 ◦ blue 255

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

Shades of Columbia Blue #89E3FF

Tints of Columbia Blue #89E3FF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.67%

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

R = 22.13%
G = 36.67%
B = 41.2%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#89E3FF (or 0x89E3FF) is known color: Columbia Blue. HEX triplet: 89, E3 and FF. RGB value is (137,227,255). Sum of RGB (Red+Green+Blue) = 137+227+255=619 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.13% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #89E3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E3FF is #761C00. Grayscale: #CBCBCB. Windows color (decimal): -7740417 or 16769929. OLE color: 16769929.

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

Color convert

RGB 137 227 255 -
CMYK 0.46 0.11 0 0
HSL 194.24º 1% 0.77% -
HSV(B) 194.24º 0.46% 1% -
XYZ 55.84 67.48 104.69 -
YUV 203.28 157.18 80.72 -
System Red Green Blue C M Y K H S L
Decimal 137 227 255 0.46 0.11 0 0 194.24 1 0.77
Hex 89 E3 FF 2E B 0 0 C2 64 4D
Octal 211 343 377 56 13 0 0 302 144 115
Binary 10001001 11100011 11111111 101110 1011 0 0 11000010 1100100 1001101

Color Harmonies of #89E3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89E3FF

Black with #89E3FF

Text Example


Text Example

White with #89E3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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