Html Css Color HEX #1C9CCE Pacific Blue

📋 copy color: '#1C9CCE'

red 28 ◦ green 156 ◦ blue 206

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

Shades of Pacific Blue #1C9CCE

Tints of Pacific Blue #1C9CCE

RGB

 RED value IS 28 (11.33% from 255) = 7.18%

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

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

R = 7.18%
G = 40%
B = 52.82%

CMYK

 C value IS 0.86

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C9CCE (or 0x1C9CCE) is known color: Pacific Blue. HEX triplet: 1C, 9C and CE. RGB value is (28,156,206). Sum of RGB (Red+Green+Blue) = 28+156+206=390 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.18% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C9CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C9CCE is #E36331. Grayscale: #7B7B7B. Windows color (decimal): -14902066 or 13540380. OLE color: 13540380.

HSL color Cylindrical-coordinate representation of color #1C9CCE: hue angle of 196.85º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C9CCE is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 156 206 -
CMYK 0.86 0.24 0 0.19
HSL 196.85º 0.76% 0.46% -
HSV(B) 196.85º 0.86% 0.81% -
XYZ 23.51 28.48 62.65 -
YUV 123.43 174.59 59.93 -
System Red Green Blue C M Y K H S L
Decimal 28 156 206 0.86 0.24 0 0.19 196.85 0.76 0.46
Hex 1C 9C CE 56 18 0 13 C5 4C 2E
Octal 34 234 316 126 30 0 23 305 114 56
Binary 11100 10011100 11001110 1010110 11000 0 10011 11000101 1001100 101110

Color Harmonies of #1C9CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9CCE

Black with #1C9CCE

Text Example


Text Example

White with #1C9CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C9CCE; }

 p { color: rgb(28,156,206); }

 H1.HeaderClassName
 {
   color: #1C9CCE;
 }
 .AnyTagClassName
 {
   color: #1C9CCE;
 }
</style>

background-color css

<style>
 a { background-color: #1C9CCE; }

 a { background-color: rgb(28,156,206); }

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

border-color css

<style>
 span { border-color: #1C9CCE; }

 span { border-color: rgb(28,156,206); }

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