Html Css Color HEX #89DFF8 Columbia Blue

📋 copy color: '#89DFF8'

red 137 ◦ green 223 ◦ blue 248

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

Shades of Columbia Blue #89DFF8

Tints of Columbia Blue #89DFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.79%

R = 22.53%
G = 36.68%
B = 40.79%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#89DFF8 (or 0x89DFF8) is known color: Columbia Blue. HEX triplet: 89, DF and F8. RGB value is (137,223,248). Sum of RGB (Red+Green+Blue) = 137+223+248=608 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.53% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 248 (97.27% from 255 or 40.79% from 608); Max value from RGB is 248 - color contains mainly: blue. Hex color #89DFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89DFF8 is #762007. Grayscale: #C7C7C7. Windows color (decimal): -7741448 or 16310153. OLE color: 16310153.

HSL color Cylindrical-coordinate representation of color #89DFF8: hue angle of 193.51º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89DFF8 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 137 223 248 -
CMYK 0.45 0.10 0 0.03
HSL 193.51º 0.89% 0.75% -
HSV(B) 193.51º 0.45% 0.97% -
XYZ 53.65 64.87 98.5 -
YUV 200.14 155.01 82.97 -
System Red Green Blue C M Y K H S L
Decimal 137 223 248 0.45 0.10 0 0.03 193.51 0.89 0.75
Hex 89 DF F8 2D A 0 3 C2 59 4B
Octal 211 337 370 55 12 0 3 302 131 113
Binary 10001001 11011111 11111000 101101 1010 0 11 11000010 1011001 1001011

Color Harmonies of #89DFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DFF8

Black with #89DFF8

Text Example


Text Example

White with #89DFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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