Html Css Color HEX #38AAED Summer Sky

📋 copy color: '#38AAED'

red 56 ◦ green 170 ◦ blue 237

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

Shades of Summer Sky #38AAED

Tints of Summer Sky #38AAED

RGB

 RED value IS 56 (22.27% from 255) = 12.1%

 GREEN value IS 170 (66.8% from 255) = 36.72%

 BLUE value IS 237 (92.97% from 255) = 51.19%

R = 12.1%
G = 36.72%
B = 51.19%

CMYK

 C value IS 0.76

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#38AAED (or 0x38AAED) is known color: Summer Sky. HEX triplet: 38, AA and ED. RGB value is (56,170,237). Sum of RGB (Red+Green+Blue) = 56+170+237=463 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.10% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #38AAED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38AAED is #C75512. Grayscale: #8F8F8F. Windows color (decimal): -13063443 or 15575608. OLE color: 15575608.

HSL color Cylindrical-coordinate representation of color #38AAED: hue angle of 202.21º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38AAED is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 170 237 -
CMYK 0.76 0.28 0 0.07
HSL 202.21º 0.83% 0.57% -
HSV(B) 202.21º 0.76% 0.93% -
XYZ 31.29 35.7 85.36 -
YUV 143.55 180.73 65.55 -
System Red Green Blue C M Y K H S L
Decimal 56 170 237 0.76 0.28 0 0.07 202.21 0.83 0.57
Hex 38 AA ED 4C 1C 0 7 CA 53 39
Octal 70 252 355 114 34 0 7 312 123 71
Binary 111000 10101010 11101101 1001100 11100 0 111 11001010 1010011 111001

Color Harmonies of #38AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AAED

Black with #38AAED

Text Example


Text Example

White with #38AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38AAED; }

 p { color: rgb(56,170,237); }

 H1.HeaderClassName
 {
   color: #38AAED;
 }
 .AnyTagClassName
 {
   color: #38AAED;
 }
</style>

background-color css

<style>
 a { background-color: #38AAED; }

 a { background-color: rgb(56,170,237); }

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

border-color css

<style>
 span { border-color: #38AAED; }

 span { border-color: rgb(56,170,237); }

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