Html Css Color HEX #38AACA Summer Sky

📋 copy color: '#38AACA'

red 56 ◦ green 170 ◦ blue 202

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

Shades of Summer Sky #38AACA

Tints of Summer Sky #38AACA

RGB

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

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

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

R = 13.08%
G = 39.72%
B = 47.2%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#38AACA (or 0x38AACA) is known color: Summer Sky. HEX triplet: 38, AA and CA. RGB value is (56,170,202). Sum of RGB (Red+Green+Blue) = 56+170+202=428 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.08% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #38AACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AACA is #C75535. Grayscale: #8B8B8B. Windows color (decimal): -13063478 or 13281848. OLE color: 13281848.

HSL color Cylindrical-coordinate representation of color #38AACA: hue angle of 193.15º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38AACA is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 170 202 -
CMYK 0.72 0.16 0 0.21
HSL 193.15º 0.58% 0.51% -
HSV(B) 193.15º 0.72% 0.79% -
XYZ 26.67 33.85 61.01 -
YUV 139.56 163.23 68.4 -
System Red Green Blue C M Y K H S L
Decimal 56 170 202 0.72 0.16 0 0.21 193.15 0.58 0.51
Hex 38 AA CA 48 10 0 15 C1 3A 33
Octal 70 252 312 110 20 0 25 301 72 63
Binary 111000 10101010 11001010 1001000 10000 0 10101 11000001 111010 110011

Color Harmonies of #38AACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AACA

Black with #38AACA

Text Example


Text Example

White with #38AACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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