Html Css Color HEX #149CDD Pacific Blue

📋 copy color: '#149CDD'

red 20 ◦ green 156 ◦ blue 221

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

Shades of Pacific Blue #149CDD

Tints of Pacific Blue #149CDD

RGB

 RED value IS 20 (8.2% from 255) = 5.04%

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

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

R = 5.04%
G = 39.29%
B = 55.67%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#149CDD (or 0x149CDD) is known color: Pacific Blue. HEX triplet: 14, 9C and DD. RGB value is (20,156,221). Sum of RGB (Red+Green+Blue) = 20+156+221=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #149CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149CDD is #EB6322. Grayscale: #7A7A7A. Windows color (decimal): -15426339 or 14523412. OLE color: 14523412.

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

Color convert

RGB 20 156 221 -
CMYK 0.91 0.29 0 0.13
HSL 199.4º 0.83% 0.47% -
HSV(B) 199.4º 0.91% 0.87% -
XYZ 25.23 29.15 72.7 -
YUV 122.75 183.44 54.71 -
System Red Green Blue C M Y K H S L
Decimal 20 156 221 0.91 0.29 0 0.13 199.4 0.83 0.47
Hex 14 9C DD 5B 1D 0 D C7 53 2F
Octal 24 234 335 133 35 0 15 307 123 57
Binary 10100 10011100 11011101 1011011 11101 0 1101 11000111 1010011 101111

Color Harmonies of #149CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149CDD

Black with #149CDD

Text Example


Text Example

White with #149CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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