Html Css Color HEX #1F9ACE Pelorous

📋 copy color: '#1F9ACE'

red 31 ◦ green 154 ◦ blue 206

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

Shades of Pelorous #1F9ACE

Tints of Pelorous #1F9ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.39%

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

R = 7.93%
G = 39.39%
B = 52.69%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F9ACE (or 0x1F9ACE) is known color: Pelorous. HEX triplet: 1F, 9A and CE. RGB value is (31,154,206). Sum of RGB (Red+Green+Blue) = 31+154+206=391 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.93% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F9ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9ACE is #E06531. Grayscale: #7A7A7A. Windows color (decimal): -14705970 or 13539871. OLE color: 13539871.

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

Color convert

RGB 31 154 206 -
CMYK 0.85 0.25 0 0.19
HSL 197.83º 0.74% 0.46% -
HSV(B) 197.83º 0.85% 0.81% -
XYZ 23.26 27.86 62.54 -
YUV 123.15 174.75 62.27 -
System Red Green Blue C M Y K H S L
Decimal 31 154 206 0.85 0.25 0 0.19 197.83 0.74 0.46
Hex 1F 9A CE 55 19 0 13 C6 4A 2E
Octal 37 232 316 125 31 0 23 306 112 56
Binary 11111 10011010 11001110 1010101 11001 0 10011 11000110 1001010 101110

Color Harmonies of #1F9ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9ACE

Black with #1F9ACE

Text Example


Text Example

White with #1F9ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,154,206); }

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

background-color css

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

 a { background-color: rgb(31,154,206); }

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

border-color css

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

 span { border-color: rgb(31,154,206); }

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