Html Css Color HEX #1CA5CB Pelorous

📋 copy color: '#1CA5CB'

red 28 ◦ green 165 ◦ blue 203

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

Shades of Pelorous #1CA5CB

Tints of Pelorous #1CA5CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.26%

R = 7.07%
G = 41.67%
B = 51.26%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1CA5CB (or 0x1CA5CB) is known color: Pelorous. HEX triplet: 1C, A5 and CB. RGB value is (28,165,203). Sum of RGB (Red+Green+Blue) = 28+165+203=396 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.07% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #1CA5CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA5CB is #E35A34. Grayscale: #808080. Windows color (decimal): -14899765 or 13346076. OLE color: 13346076.

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

Color convert

RGB 28 165 203 -
CMYK 0.86 0.19 0 0.20
HSL 193.03º 0.76% 0.45% -
HSV(B) 193.03º 0.86% 0.8% -
XYZ 24.71 31.47 61.27 -
YUV 128.37 170.11 56.41 -
System Red Green Blue C M Y K H S L
Decimal 28 165 203 0.86 0.19 0 0.20 193.03 0.76 0.45
Hex 1C A5 CB 56 13 0 14 C1 4C 2D
Octal 34 245 313 126 23 0 24 301 114 55
Binary 11100 10100101 11001011 1010110 10011 0 10100 11000001 1001100 101101

Color Harmonies of #1CA5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA5CB

Black with #1CA5CB

Text Example


Text Example

White with #1CA5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,165,203); }

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

background-color css

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

 a { background-color: rgb(28,165,203); }

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

border-color css

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

 span { border-color: rgb(28,165,203); }

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