Html Css Color HEX #28CAE1 Summer Sky

📋 copy color: '#28CAE1'

red 40 ◦ green 202 ◦ blue 225

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

Shades of Summer Sky #28CAE1

Tints of Summer Sky #28CAE1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.25%

 BLUE value IS 225 (88.28% from 255) = 48.18%

R = 8.57%
G = 43.25%
B = 48.18%

CMYK

 C value IS 0.82

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#28CAE1 (or 0x28CAE1) is known color: Summer Sky. HEX triplet: 28, CA and E1. RGB value is (40,202,225). Sum of RGB (Red+Green+Blue) = 40+202+225=467 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.57% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #28CAE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CAE1 is #D7351E. Grayscale: #9B9B9B. Windows color (decimal): -14103839 or 14797352. OLE color: 14797352.

HSL color Cylindrical-coordinate representation of color #28CAE1: hue angle of 187.46º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28CAE1 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 40 202 225 -
CMYK 0.82 0.10 0 0.12
HSL 187.46º 0.76% 0.52% -
HSV(B) 187.46º 0.82% 0.88% -
XYZ 35.59 48.13 78.65 -
YUV 156.18 166.83 45.13 -
System Red Green Blue C M Y K H S L
Decimal 40 202 225 0.82 0.10 0 0.12 187.46 0.76 0.52
Hex 28 CA E1 52 A 0 C BB 4C 34
Octal 50 312 341 122 12 0 14 273 114 64
Binary 101000 11001010 11100001 1010010 1010 0 1100 10111011 1001100 110100

Color Harmonies of #28CAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28CAE1

Black with #28CAE1

Text Example


Text Example

White with #28CAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,202,225); }

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

background-color css

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

 a { background-color: rgb(40,202,225); }

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

border-color css

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

 span { border-color: rgb(40,202,225); }

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