Html Css Color HEX #1D97CE Pelorous

📋 copy color: '#1D97CE'

red 29 ◦ green 151 ◦ blue 206

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

Shades of Pelorous #1D97CE

Tints of Pelorous #1D97CE

RGB

 RED value IS 29 (11.72% from 255) = 7.51%

 GREEN value IS 151 (59.38% from 255) = 39.12%

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

R = 7.51%
G = 39.12%
B = 53.37%

CMYK

 C value IS 0.86

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D97CE (or 0x1D97CE) is known color: Pelorous. HEX triplet: 1D, 97 and CE. RGB value is (29,151,206). Sum of RGB (Red+Green+Blue) = 29+151+206=386 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.51% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D97CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D97CE is #E26831. Grayscale: #787878. Windows color (decimal): -14837810 or 13539101. OLE color: 13539101.

HSL color Cylindrical-coordinate representation of color #1D97CE: hue angle of 198.64º degrees, saturation: 0.75, 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 #1D97CE is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 151 206 -
CMYK 0.86 0.27 0 0.19
HSL 198.64º 0.75% 0.46% -
HSV(B) 198.64º 0.86% 0.81% -
XYZ 22.71 26.85 62.38 -
YUV 120.79 176.08 62.53 -
System Red Green Blue C M Y K H S L
Decimal 29 151 206 0.86 0.27 0 0.19 198.64 0.75 0.46
Hex 1D 97 CE 56 1B 0 13 C7 4B 2E
Octal 35 227 316 126 33 0 23 307 113 56
Binary 11101 10010111 11001110 1010110 11011 0 10011 11000111 1001011 101110

Color Harmonies of #1D97CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D97CE

Black with #1D97CE

Text Example


Text Example

White with #1D97CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,151,206); }

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

background-color css

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

 a { background-color: rgb(29,151,206); }

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

border-color css

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

 span { border-color: rgb(29,151,206); }

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