Html Css Color HEX #1893CE Pacific Blue

📋 copy color: '#1893CE'

red 24 ◦ green 147 ◦ blue 206

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

Shades of Pacific Blue #1893CE

Tints of Pacific Blue #1893CE

RGB

 RED value IS 24 (9.77% from 255) = 6.37%

 GREEN value IS 147 (57.81% from 255) = 38.99%

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

R = 6.37%
G = 38.99%
B = 54.64%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1893CE (or 0x1893CE) is known color: Pacific Blue. HEX triplet: 18, 93 and CE. RGB value is (24,147,206). Sum of RGB (Red+Green+Blue) = 24+147+206=377 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.37% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #1893CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1893CE is #E76C31. Grayscale: #747474. Windows color (decimal): -15166514 or 13538072. OLE color: 13538072.

HSL color Cylindrical-coordinate representation of color #1893CE: hue angle of 199.45º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1893CE is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 147 206 -
CMYK 0.88 0.29 0 0.19
HSL 199.45º 0.79% 0.45% -
HSV(B) 199.45º 0.88% 0.81% -
XYZ 21.95 25.52 62.16 -
YUV 116.95 178.25 61.7 -
System Red Green Blue C M Y K H S L
Decimal 24 147 206 0.88 0.29 0 0.19 199.45 0.79 0.45
Hex 18 93 CE 58 1D 0 13 C7 4F 2D
Octal 30 223 316 130 35 0 23 307 117 55
Binary 11000 10010011 11001110 1011000 11101 0 10011 11000111 1001111 101101

Color Harmonies of #1893CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1893CE

Black with #1893CE

Text Example


Text Example

White with #1893CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1893CE; }

 p { color: rgb(24,147,206); }

 H1.HeaderClassName
 {
   color: #1893CE;
 }
 .AnyTagClassName
 {
   color: #1893CE;
 }
</style>

background-color css

<style>
 a { background-color: #1893CE; }

 a { background-color: rgb(24,147,206); }

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

border-color css

<style>
 span { border-color: #1893CE; }

 span { border-color: rgb(24,147,206); }

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