Html Css Color HEX #148CDA Pacific Blue

📋 copy color: '#148CDA'

red 20 ◦ green 140 ◦ blue 218

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

Shades of Pacific Blue #148CDA

Tints of Pacific Blue #148CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.04%

 BLUE value IS 218 (85.55% from 255) = 57.67%

R = 5.29%
G = 37.04%
B = 57.67%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#148CDA (or 0x148CDA) is known color: Pacific Blue. HEX triplet: 14, 8C and DA. RGB value is (20,140,218). Sum of RGB (Red+Green+Blue) = 20+140+218=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #148CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148CDA is #EB7325. Grayscale: #707070. Windows color (decimal): -15430438 or 14322708. OLE color: 14322708.

HSL color Cylindrical-coordinate representation of color #148CDA: hue angle of 203.64º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148CDA is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 140 218 -
CMYK 0.91 0.36 0 0.15
HSL 203.64º 0.83% 0.47% -
HSV(B) 203.64º 0.91% 0.85% -
XYZ 22.32 23.97 69.78 -
YUV 113.01 187.24 61.66 -
System Red Green Blue C M Y K H S L
Decimal 20 140 218 0.91 0.36 0 0.15 203.64 0.83 0.47
Hex 14 8C DA 5B 24 0 F CC 53 2F
Octal 24 214 332 133 44 0 17 314 123 57
Binary 10100 10001100 11011010 1011011 100100 0 1111 11001100 1010011 101111

Color Harmonies of #148CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148CDA

Black with #148CDA

Text Example


Text Example

White with #148CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,140,218); }

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

background-color css

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

 a { background-color: rgb(20,140,218); }

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

border-color css

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

 span { border-color: rgb(20,140,218); }

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