Html Css Color HEX #1FA5CC Pelorous

📋 copy color: '#1FA5CC'

red 31 ◦ green 165 ◦ blue 204

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

Shades of Pelorous #1FA5CC

Tints of Pelorous #1FA5CC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.25%

 BLUE value IS 204 (80.08% from 255) = 51%

R = 7.75%
G = 41.25%
B = 51%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1FA5CC (or 0x1FA5CC) is known color: Pelorous. HEX triplet: 1F, A5 and CC. RGB value is (31,165,204). Sum of RGB (Red+Green+Blue) = 31+165+204=400 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.75% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #1FA5CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA5CC is #E05A33. Grayscale: #818181. Windows color (decimal): -14703156 or 13411615. OLE color: 13411615.

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

Color convert

RGB 31 165 204 -
CMYK 0.85 0.19 0 0.2
HSL 193.53º 0.74% 0.46% -
HSV(B) 193.53º 0.85% 0.8% -
XYZ 24.92 31.56 61.91 -
YUV 129.38 170.11 57.83 -
System Red Green Blue C M Y K H S L
Decimal 31 165 204 0.85 0.19 0 0.2 193.53 0.74 0.46
Hex 1F A5 CC 55 13 0 14 C2 4A 2E
Octal 37 245 314 125 23 0 24 302 112 56
Binary 11111 10100101 11001100 1010101 10011 0 10100 11000010 1001010 101110

Color Harmonies of #1FA5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA5CC

Black with #1FA5CC

Text Example


Text Example

White with #1FA5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,165,204); }

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

background-color css

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

 a { background-color: rgb(31,165,204); }

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

border-color css

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

 span { border-color: rgb(31,165,204); }

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