Html Css Color HEX #148DCE Pacific Blue

📋 copy color: '#148DCE'

red 20 ◦ green 141 ◦ blue 206

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

Shades of Pacific Blue #148DCE

Tints of Pacific Blue #148DCE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.42%

 BLUE value IS 206 (80.86% from 255) = 56.13%

R = 5.45%
G = 38.42%
B = 56.13%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#148DCE (or 0x148DCE) is known color: Pacific Blue. HEX triplet: 14, 8D and CE. RGB value is (20,141,206). Sum of RGB (Red+Green+Blue) = 20+141+206=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #148DCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148DCE is #EB7231. Grayscale: #6F6F6F. Windows color (decimal): -15430194 or 13536532. OLE color: 13536532.

HSL color Cylindrical-coordinate representation of color #148DCE: hue angle of 200.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #148DCE is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 141 206 -
CMYK 0.90 0.32 0 0.19
HSL 200.97º 0.82% 0.44% -
HSV(B) 200.97º 0.9% 0.81% -
XYZ 20.95 23.65 61.85 -
YUV 112.23 180.91 62.21 -
System Red Green Blue C M Y K H S L
Decimal 20 141 206 0.90 0.32 0 0.19 200.97 0.82 0.44
Hex 14 8D CE 5A 20 0 13 C9 52 2C
Octal 24 215 316 132 40 0 23 311 122 54
Binary 10100 10001101 11001110 1011010 100000 0 10011 11001001 1010010 101100

Color Harmonies of #148DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148DCE

Black with #148DCE

Text Example


Text Example

White with #148DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148DCE; }

 p { color: rgb(20,141,206); }

 H1.HeaderClassName
 {
   color: #148DCE;
 }
 .AnyTagClassName
 {
   color: #148DCE;
 }
</style>

background-color css

<style>
 a { background-color: #148DCE; }

 a { background-color: rgb(20,141,206); }

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

border-color css

<style>
 span { border-color: #148DCE; }

 span { border-color: rgb(20,141,206); }

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