Html Css Color HEX #89E6FA Columbia Blue

📋 copy color: '#89E6FA'

red 137 ◦ green 230 ◦ blue 250

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

Shades of Columbia Blue #89E6FA

Tints of Columbia Blue #89E6FA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.28%

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

R = 22.2%
G = 37.28%
B = 40.52%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#89E6FA (or 0x89E6FA) is known color: Columbia Blue. HEX triplet: 89, E6 and FA. RGB value is (137,230,250). Sum of RGB (Red+Green+Blue) = 137+230+250=617 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.20% from 617); Green value is 230 (90.23% from 255 or 37.28% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #89E6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89E6FA is #761905. Grayscale: #CCCCCC. Windows color (decimal): -7739654 or 16443017. OLE color: 16443017.

HSL color Cylindrical-coordinate representation of color #89E6FA: hue angle of 190.62º 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 #89E6FA is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 230 250 -
CMYK 0.45 0.08 0 0.02
HSL 190.62º 0.92% 0.76% -
HSV(B) 190.62º 0.45% 0.98% -
XYZ 55.87 68.81 100.78 -
YUV 204.47 153.69 79.87 -
System Red Green Blue C M Y K H S L
Decimal 137 230 250 0.45 0.08 0 0.02 190.62 0.92 0.76
Hex 89 E6 FA 2D 8 0 2 BF 5C 4C
Octal 211 346 372 55 10 0 2 277 134 114
Binary 10001001 11100110 11111010 101101 1000 0 10 10111111 1011100 1001100

Color Harmonies of #89E6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89E6FA

Black with #89E6FA

Text Example


Text Example

White with #89E6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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