Html Css Color HEX #119BCA Pacific Blue

📋 copy color: '#119BCA'

red 17 ◦ green 155 ◦ blue 202

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

Shades of Pacific Blue #119BCA

Tints of Pacific Blue #119BCA

RGB

 RED value IS 17 (7.03% from 255) = 4.55%

 GREEN value IS 155 (60.94% from 255) = 41.44%

 BLUE value IS 202 (79.3% from 255) = 54.01%

R = 4.55%
G = 41.44%
B = 54.01%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#119BCA (or 0x119BCA) is known color: Pacific Blue. HEX triplet: 11, 9B and CA. RGB value is (17,155,202). Sum of RGB (Red+Green+Blue) = 17+155+202=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #119BCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119BCA is #EE6435. Grayscale: #767676. Windows color (decimal): -15623222 or 13277969. OLE color: 13277969.

HSL color Cylindrical-coordinate representation of color #119BCA: hue angle of 195.24º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119BCA is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 17 155 202 -
CMYK 0.92 0.23 0 0.21
HSL 195.24º 0.84% 0.43% -
HSV(B) 195.24º 0.92% 0.79% -
XYZ 22.61 27.83 60.06 -
YUV 119.1 174.78 55.18 -
System Red Green Blue C M Y K H S L
Decimal 17 155 202 0.92 0.23 0 0.21 195.24 0.84 0.43
Hex 11 9B CA 5C 17 0 15 C3 54 2B
Octal 21 233 312 134 27 0 25 303 124 53
Binary 10001 10011011 11001010 1011100 10111 0 10101 11000011 1010100 101011

Color Harmonies of #119BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119BCA

Black with #119BCA

Text Example


Text Example

White with #119BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119BCA; }

 p { color: rgb(17,155,202); }

 H1.HeaderClassName
 {
   color: #119BCA;
 }
 .AnyTagClassName
 {
   color: #119BCA;
 }
</style>

background-color css

<style>
 a { background-color: #119BCA; }

 a { background-color: rgb(17,155,202); }

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

border-color css

<style>
 span { border-color: #119BCA; }

 span { border-color: rgb(17,155,202); }

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