Html Css Color HEX #89DFFD Columbia Blue

📋 copy color: '#89DFFD'

red 137 ◦ green 223 ◦ blue 253

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

Shades of Columbia Blue #89DFFD

Tints of Columbia Blue #89DFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.27%

R = 22.35%
G = 36.38%
B = 41.27%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#89DFFD (or 0x89DFFD) is known color: Columbia Blue. HEX triplet: 89, DF and FD. RGB value is (137,223,253). Sum of RGB (Red+Green+Blue) = 137+223+253=613 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.35% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #89DFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89DFFD is #762002. Grayscale: #C8C8C8. Windows color (decimal): -7741443 or 16637833. OLE color: 16637833.

HSL color Cylindrical-coordinate representation of color #89DFFD: hue angle of 195.52º degrees, saturation: 0.97, 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 #89DFFD is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 137 223 253 -
CMYK 0.46 0.12 0 0.01
HSL 195.52º 0.97% 0.76% -
HSV(B) 195.52º 0.46% 0.99% -
XYZ 54.43 65.19 102.64 -
YUV 200.71 157.51 82.56 -
System Red Green Blue C M Y K H S L
Decimal 137 223 253 0.46 0.12 0 0.01 195.52 0.97 0.76
Hex 89 DF FD 2E C 0 1 C4 61 4C
Octal 211 337 375 56 14 0 1 304 141 114
Binary 10001001 11011111 11111101 101110 1100 0 1 11000100 1100001 1001100

Color Harmonies of #89DFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DFFD

Black with #89DFFD

Text Example


Text Example

White with #89DFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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