Html Css Color HEX #38AACC Summer Sky

📋 copy color: '#38AACC'

red 56 ◦ green 170 ◦ blue 204

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

Shades of Summer Sky #38AACC

Tints of Summer Sky #38AACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 13.02%
G = 39.53%
B = 47.44%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#38AACC (or 0x38AACC) is known color: Summer Sky. HEX triplet: 38, AA and CC. RGB value is (56,170,204). Sum of RGB (Red+Green+Blue) = 56+170+204=430 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.02% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #38AACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AACC is #C75533. Grayscale: #8B8B8B. Windows color (decimal): -13063476 or 13412920. OLE color: 13412920.

HSL color Cylindrical-coordinate representation of color #38AACC: hue angle of 193.78º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38AACC is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 170 204 -
CMYK 0.73 0.17 0 0.2
HSL 193.78º 0.59% 0.51% -
HSV(B) 193.78º 0.73% 0.8% -
XYZ 26.9 33.95 62.26 -
YUV 139.79 164.23 68.24 -
System Red Green Blue C M Y K H S L
Decimal 56 170 204 0.73 0.17 0 0.2 193.78 0.59 0.51
Hex 38 AA CC 49 11 0 14 C2 3B 33
Octal 70 252 314 111 21 0 24 302 73 63
Binary 111000 10101010 11001100 1001001 10001 0 10100 11000010 111011 110011

Color Harmonies of #38AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AACC

Black with #38AACC

Text Example


Text Example

White with #38AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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