Html Css Color HEX #109ADF Pacific Blue

📋 copy color: '#109ADF'

red 16 ◦ green 154 ◦ blue 223

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

Shades of Pacific Blue #109ADF

Tints of Pacific Blue #109ADF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.19%

 BLUE value IS 223 (87.5% from 255) = 56.74%

R = 4.07%
G = 39.19%
B = 56.74%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#109ADF (or 0x109ADF) is known color: Pacific Blue. HEX triplet: 10, 9A and DF. RGB value is (16,154,223). Sum of RGB (Red+Green+Blue) = 16+154+223=393 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.07% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #109ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109ADF is #EF6520. Grayscale: #787878. Windows color (decimal): -15688993 or 14653968. OLE color: 14653968.

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

Color convert

RGB 16 154 223 -
CMYK 0.93 0.31 0 0.13
HSL 200º 0.87% 0.47% -
HSV(B) 200º 0.93% 0.87% -
XYZ 25.09 28.55 74 -
YUV 120.6 185.78 53.39 -
System Red Green Blue C M Y K H S L
Decimal 16 154 223 0.93 0.31 0 0.13 200 0.87 0.47
Hex 10 9A DF 5D 1F 0 D C8 57 2F
Octal 20 232 337 135 37 0 15 310 127 57
Binary 10000 10011010 11011111 1011101 11111 0 1101 11001000 1010111 101111

Color Harmonies of #109ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109ADF

Black with #109ADF

Text Example


Text Example

White with #109ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,154,223); }

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

background-color css

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

 a { background-color: rgb(16,154,223); }

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

border-color css

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

 span { border-color: rgb(16,154,223); }

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