Html Css Color HEX #28AFC3 Pelorous

📋 copy color: '#28AFC3'

red 40 ◦ green 175 ◦ blue 195

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

Shades of Pelorous #28AFC3

Tints of Pelorous #28AFC3

RGB

 RED value IS 40 (16.02% from 255) = 9.76%

 GREEN value IS 175 (68.75% from 255) = 42.68%

 BLUE value IS 195 (76.56% from 255) = 47.56%

R = 9.76%
G = 42.68%
B = 47.56%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#28AFC3 (or 0x28AFC3) is known color: Pelorous. HEX triplet: 28, AF and C3. RGB value is (40,175,195). Sum of RGB (Red+Green+Blue) = 40+175+195=410 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.76% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 195 (76.56% from 255 or 47.56% from 410); Max value from RGB is 195 - color contains mainly: blue. Hex color #28AFC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AFC3 is #D7503C. Grayscale: #888888. Windows color (decimal): -14110781 or 12824360. OLE color: 12824360.

HSL color Cylindrical-coordinate representation of color #28AFC3: hue angle of 187.74º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28AFC3 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 40 175 195 -
CMYK 0.79 0.10 0 0.24
HSL 187.74º 0.66% 0.46% -
HSV(B) 187.74º 0.79% 0.76% -
XYZ 26.06 35.05 57.02 -
YUV 136.92 160.77 58.87 -
System Red Green Blue C M Y K H S L
Decimal 40 175 195 0.79 0.10 0 0.24 187.74 0.66 0.46
Hex 28 AF C3 4F A 0 18 BC 42 2E
Octal 50 257 303 117 12 0 30 274 102 56
Binary 101000 10101111 11000011 1001111 1010 0 11000 10111100 1000010 101110

Color Harmonies of #28AFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AFC3

Black with #28AFC3

Text Example


Text Example

White with #28AFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28AFC3; }

 p { color: rgb(40,175,195); }

 H1.HeaderClassName
 {
   color: #28AFC3;
 }
 .AnyTagClassName
 {
   color: #28AFC3;
 }
</style>

background-color css

<style>
 a { background-color: #28AFC3; }

 a { background-color: rgb(40,175,195); }

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

border-color css

<style>
 span { border-color: #28AFC3; }

 span { border-color: rgb(40,175,195); }

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