Html Css Color HEX #1C99CA Pelorous

📋 copy color: '#1C99CA'

red 28 ◦ green 153 ◦ blue 202

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

Shades of Pelorous #1C99CA

Tints of Pelorous #1C99CA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.95%

 BLUE value IS 202 (79.3% from 255) = 52.74%

R = 7.31%
G = 39.95%
B = 52.74%

CMYK

 C value IS 0.86

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1C99CA (or 0x1C99CA) is known color: Pelorous. HEX triplet: 1C, 99 and CA. RGB value is (28,153,202). Sum of RGB (Red+Green+Blue) = 28+153+202=383 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.31% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #1C99CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C99CA is #E36635. Grayscale: #787878. Windows color (decimal): -14902838 or 13277468. OLE color: 13277468.

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

Color convert

RGB 28 153 202 -
CMYK 0.86 0.24 0 0.21
HSL 196.9º 0.76% 0.45% -
HSV(B) 196.9º 0.86% 0.79% -
XYZ 22.53 27.29 59.96 -
YUV 121.21 173.59 61.52 -
System Red Green Blue C M Y K H S L
Decimal 28 153 202 0.86 0.24 0 0.21 196.9 0.76 0.45
Hex 1C 99 CA 56 18 0 15 C5 4C 2D
Octal 34 231 312 126 30 0 25 305 114 55
Binary 11100 10011001 11001010 1010110 11000 0 10101 11000101 1001100 101101

Color Harmonies of #1C99CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C99CA

Black with #1C99CA

Text Example


Text Example

White with #1C99CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,153,202); }

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

background-color css

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

 a { background-color: rgb(28,153,202); }

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

border-color css

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

 span { border-color: rgb(28,153,202); }

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