Html Css Color HEX #89DFFA Columbia Blue

📋 copy color: '#89DFFA'

red 137 ◦ green 223 ◦ blue 250

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

Shades of Columbia Blue #89DFFA

Tints of Columbia Blue #89DFFA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.56%

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

R = 22.46%
G = 36.56%
B = 40.98%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#89DFFA (or 0x89DFFA) is known color: Columbia Blue. HEX triplet: 89, DF and FA. RGB value is (137,223,250). Sum of RGB (Red+Green+Blue) = 137+223+250=610 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.46% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #89DFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89DFFA is #762005. Grayscale: #C8C8C8. Windows color (decimal): -7741446 or 16441225. OLE color: 16441225.

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

Color convert

RGB 137 223 250 -
CMYK 0.45 0.11 0 0.02
HSL 194.34º 0.92% 0.76% -
HSV(B) 194.34º 0.45% 0.98% -
XYZ 53.96 65 100.14 -
YUV 200.36 156.01 82.8 -
System Red Green Blue C M Y K H S L
Decimal 137 223 250 0.45 0.11 0 0.02 194.34 0.92 0.76
Hex 89 DF FA 2D B 0 2 C2 5C 4C
Octal 211 337 372 55 13 0 2 302 134 114
Binary 10001001 11011111 11111010 101101 1011 0 10 11000010 1011100 1001100

Color Harmonies of #89DFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DFFA

Black with #89DFFA

Text Example


Text Example

White with #89DFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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