Html Css Color HEX #089DDD Pacific Blue

📋 copy color: '#089DDD'

red 8 ◦ green 157 ◦ blue 221

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

Shades of Pacific Blue #089DDD

Tints of Pacific Blue #089DDD

RGB

 RED value IS 8 (3.52% from 255) = 2.07%

 GREEN value IS 157 (61.72% from 255) = 40.67%

 BLUE value IS 221 (86.72% from 255) = 57.25%

R = 2.07%
G = 40.67%
B = 57.25%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#089DDD (or 0x089DDD) is known color: Pacific Blue. HEX triplet: 08, 9D and DD. RGB value is (8,157,221). Sum of RGB (Red+Green+Blue) = 8+157+221=386 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #089DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089DDD is #F76222. Grayscale: #777777. Windows color (decimal): -16212515 or 14523656. OLE color: 14523656.

HSL color Cylindrical-coordinate representation of color #089DDD: hue angle of 198.03º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089DDD is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 157 221 -
CMYK 0.96 0.29 0 0.13
HSL 198.03º 0.93% 0.45% -
HSV(B) 198.03º 0.96% 0.87% -
XYZ 25.21 29.39 72.75 -
YUV 119.75 185.14 48.3 -
System Red Green Blue C M Y K H S L
Decimal 8 157 221 0.96 0.29 0 0.13 198.03 0.93 0.45
Hex 8 9D DD 60 1D 0 D C6 5D 2D
Octal 10 235 335 140 35 0 15 306 135 55
Binary 1000 10011101 11011101 1100000 11101 0 1101 11000110 1011101 101101

Color Harmonies of #089DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089DDD

Black with #089DDD

Text Example


Text Example

White with #089DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089DDD; }

 p { color: rgb(8,157,221); }

 H1.HeaderClassName
 {
   color: #089DDD;
 }
 .AnyTagClassName
 {
   color: #089DDD;
 }
</style>

background-color css

<style>
 a { background-color: #089DDD; }

 a { background-color: rgb(8,157,221); }

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

border-color css

<style>
 span { border-color: #089DDD; }

 span { border-color: rgb(8,157,221); }

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