Html Css Color HEX #089CDD Pacific Blue

📋 copy color: '#089CDD'

red 8 ◦ green 156 ◦ blue 221

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

Shades of Pacific Blue #089CDD

Tints of Pacific Blue #089CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.52%

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

R = 2.08%
G = 40.52%
B = 57.4%

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

#089CDD (or 0x089CDD) is known color: Pacific Blue. HEX triplet: 08, 9C and DD. RGB value is (8,156,221). Sum of RGB (Red+Green+Blue) = 8+156+221=385 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #089CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089CDD is #F76322. Grayscale: #767676. Windows color (decimal): -16212771 or 14523400. OLE color: 14523400.

HSL color Cylindrical-coordinate representation of color #089CDD: hue angle of 198.31º 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 #089CDD is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 156 221 -
CMYK 0.96 0.29 0 0.13
HSL 198.31º 0.93% 0.45% -
HSV(B) 198.31º 0.96% 0.87% -
XYZ 25.04 29.05 72.69 -
YUV 119.16 185.47 48.71 -
System Red Green Blue C M Y K H S L
Decimal 8 156 221 0.96 0.29 0 0.13 198.31 0.93 0.45
Hex 8 9C DD 60 1D 0 D C6 5D 2D
Octal 10 234 335 140 35 0 15 306 135 55
Binary 1000 10011100 11011101 1100000 11101 0 1101 11000110 1011101 101101

Color Harmonies of #089CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089CDD

Black with #089CDD

Text Example


Text Example

White with #089CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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