Html Css Color HEX #89E1FC Columbia Blue

📋 copy color: '#89E1FC'

red 137 ◦ green 225 ◦ blue 252

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

Shades of Columbia Blue #89E1FC

Tints of Columbia Blue #89E1FC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.64%

 BLUE value IS 252 (98.83% from 255) = 41.04%

R = 22.31%
G = 36.64%
B = 41.04%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#89E1FC (or 0x89E1FC) is known color: Columbia Blue. HEX triplet: 89, E1 and FC. RGB value is (137,225,252). Sum of RGB (Red+Green+Blue) = 137+225+252=614 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.31% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #89E1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E1FC is #761E03. Grayscale: #C9C9C9. Windows color (decimal): -7740932 or 16572809. OLE color: 16572809.

HSL color Cylindrical-coordinate representation of color #89E1FC: hue angle of 194.09º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89E1FC is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 137 225 252 -
CMYK 0.46 0.11 0 0.01
HSL 194.09º 0.95% 0.76% -
HSV(B) 194.09º 0.46% 0.99% -
XYZ 54.81 66.2 101.98 -
YUV 201.77 156.35 81.8 -
System Red Green Blue C M Y K H S L
Decimal 137 225 252 0.46 0.11 0 0.01 194.09 0.95 0.76
Hex 89 E1 FC 2E B 0 1 C2 5F 4C
Octal 211 341 374 56 13 0 1 302 137 114
Binary 10001001 11100001 11111100 101110 1011 0 1 11000010 1011111 1001100

Color Harmonies of #89E1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89E1FC

Black with #89E1FC

Text Example


Text Example

White with #89E1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,225,252); }

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

background-color css

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

 a { background-color: rgb(137,225,252); }

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

border-color css

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

 span { border-color: rgb(137,225,252); }

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