Html Css Color HEX #109CDD Pacific Blue

📋 copy color: '#109CDD'

red 16 ◦ green 156 ◦ blue 221

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

Shades of Pacific Blue #109CDD

Tints of Pacific Blue #109CDD

RGB

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

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

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

R = 4.07%
G = 39.69%
B = 56.23%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#109CDD (or 0x109CDD) is known color: Pacific Blue. HEX triplet: 10, 9C and DD. RGB value is (16,156,221). Sum of RGB (Red+Green+Blue) = 16+156+221=393 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.07% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #109CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109CDD is #EF6322. Grayscale: #797979. Windows color (decimal): -15688483 or 14523408. OLE color: 14523408.

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

Color convert

RGB 16 156 221 -
CMYK 0.93 0.29 0 0.13
HSL 199.02º 0.86% 0.46% -
HSV(B) 199.02º 0.93% 0.87% -
XYZ 25.15 29.11 72.7 -
YUV 121.55 184.12 52.71 -
System Red Green Blue C M Y K H S L
Decimal 16 156 221 0.93 0.29 0 0.13 199.02 0.86 0.46
Hex 10 9C DD 5D 1D 0 D C7 56 2E
Octal 20 234 335 135 35 0 15 307 126 56
Binary 10000 10011100 11011101 1011101 11101 0 1101 11000111 1010110 101110

Color Harmonies of #109CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109CDD

Black with #109CDD

Text Example


Text Example

White with #109CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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