Html Css Color HEX #1F9CC8 Pelorous

📋 copy color: '#1F9CC8'

red 31 ◦ green 156 ◦ blue 200

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

Shades of Pelorous #1F9CC8

Tints of Pelorous #1F9CC8

RGB

 RED value IS 31 (12.5% from 255) = 8.01%

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

 BLUE value IS 200 (78.52% from 255) = 51.68%

R = 8.01%
G = 40.31%
B = 51.68%

CMYK

 C value IS 0.84

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1F9CC8 (or 0x1F9CC8) is known color: Pelorous. HEX triplet: 1F, 9C and C8. RGB value is (31,156,200). Sum of RGB (Red+Green+Blue) = 31+156+200=387 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.01% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 200 (78.52% from 255 or 51.68% from 387); Max value from RGB is 200 - color contains mainly: blue. Hex color #1F9CC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9CC8 is #E06337. Grayscale: #7B7B7B. Windows color (decimal): -14705464 or 13147167. OLE color: 13147167.

HSL color Cylindrical-coordinate representation of color #1F9CC8: hue angle of 195.62º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F9CC8 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 31 156 200 -
CMYK 0.84 0.22 0 0.22
HSL 195.62º 0.73% 0.45% -
HSV(B) 195.62º 0.85% 0.78% -
XYZ 22.88 28.24 58.89 -
YUV 123.64 171.09 61.92 -
System Red Green Blue C M Y K H S L
Decimal 31 156 200 0.84 0.22 0 0.22 195.62 0.73 0.45
Hex 1F 9C C8 54 16 0 16 C4 49 2D
Octal 37 234 310 124 26 0 26 304 111 55
Binary 11111 10011100 11001000 1010100 10110 0 10110 11000100 1001001 101101

Color Harmonies of #1F9CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9CC8

Black with #1F9CC8

Text Example


Text Example

White with #1F9CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,156,200); }

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

background-color css

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

 a { background-color: rgb(31,156,200); }

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

border-color css

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

 span { border-color: rgb(31,156,200); }

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