Html Css Color HEX #1089D7 Pacific Blue

📋 copy color: '#1089D7'

red 16 ◦ green 137 ◦ blue 215

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

Shades of Pacific Blue #1089D7

Tints of Pacific Blue #1089D7

RGB

 RED value IS 16 (6.64% from 255) = 4.35%

 GREEN value IS 137 (53.91% from 255) = 37.23%

 BLUE value IS 215 (84.38% from 255) = 58.42%

R = 4.35%
G = 37.23%
B = 58.42%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1089D7 (or 0x1089D7) is known color: Pacific Blue. HEX triplet: 10, 89 and D7. RGB value is (16,137,215). Sum of RGB (Red+Green+Blue) = 16+137+215=368 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.35% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 215 (84.38% from 255 or 58.42% from 368); Max value from RGB is 215 - color contains mainly: blue. Hex color #1089D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1089D7 is #EF7628. Grayscale: #6D6D6D. Windows color (decimal): -15693353 or 14125328. OLE color: 14125328.

HSL color Cylindrical-coordinate representation of color #1089D7: hue angle of 203.52º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1089D7 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 137 215 -
CMYK 0.93 0.36 0 0.16
HSL 203.52º 0.86% 0.45% -
HSV(B) 203.52º 0.93% 0.84% -
XYZ 21.43 22.91 67.58 -
YUV 109.71 187.41 61.16 -
System Red Green Blue C M Y K H S L
Decimal 16 137 215 0.93 0.36 0 0.16 203.52 0.86 0.45
Hex 10 89 D7 5D 24 0 10 CC 56 2D
Octal 20 211 327 135 44 0 20 314 126 55
Binary 10000 10001001 11010111 1011101 100100 0 10000 11001100 1010110 101101

Color Harmonies of #1089D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1089D7

Black with #1089D7

Text Example


Text Example

White with #1089D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1089D7; }

 p { color: rgb(16,137,215); }

 H1.HeaderClassName
 {
   color: #1089D7;
 }
 .AnyTagClassName
 {
   color: #1089D7;
 }
</style>

background-color css

<style>
 a { background-color: #1089D7; }

 a { background-color: rgb(16,137,215); }

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

border-color css

<style>
 span { border-color: #1089D7; }

 span { border-color: rgb(16,137,215); }

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