Html Css Color HEX #89E4FA Columbia Blue

📋 copy color: '#89E4FA'

red 137 ◦ green 228 ◦ blue 250

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

Shades of Columbia Blue #89E4FA

Tints of Columbia Blue #89E4FA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.07%

 BLUE value IS 250 (98.05% from 255) = 40.65%

R = 22.28%
G = 37.07%
B = 40.65%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#89E4FA (or 0x89E4FA) is known color: Columbia Blue. HEX triplet: 89, E4 and FA. RGB value is (137,228,250). Sum of RGB (Red+Green+Blue) = 137+228+250=615 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.28% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #89E4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E4FA is #761B05. Grayscale: #CBCBCB. Windows color (decimal): -7740166 or 16442505. OLE color: 16442505.

HSL color Cylindrical-coordinate representation of color #89E4FA: hue angle of 191.68º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89E4FA is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 228 250 -
CMYK 0.45 0.09 0 0.02
HSL 191.68º 0.92% 0.76% -
HSV(B) 191.68º 0.45% 0.98% -
XYZ 55.32 67.71 100.6 -
YUV 203.3 154.35 80.71 -
System Red Green Blue C M Y K H S L
Decimal 137 228 250 0.45 0.09 0 0.02 191.68 0.92 0.76
Hex 89 E4 FA 2D 9 0 2 C0 5C 4C
Octal 211 344 372 55 11 0 2 300 134 114
Binary 10001001 11100100 11111010 101101 1001 0 10 11000000 1011100 1001100

Color Harmonies of #89E4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89E4FA

Black with #89E4FA

Text Example


Text Example

White with #89E4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,228,250); }

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

background-color css

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

 a { background-color: rgb(137,228,250); }

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

border-color css

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

 span { border-color: rgb(137,228,250); }

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