Html Css Color HEX #38A2C8 Summer Sky

📋 copy color: '#38A2C8'

red 56 ◦ green 162 ◦ blue 200

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

Shades of Summer Sky #38A2C8

Tints of Summer Sky #38A2C8

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.76%

 BLUE value IS 200 (78.52% from 255) = 47.85%

R = 13.4%
G = 38.76%
B = 47.85%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#38A2C8 (or 0x38A2C8) is known color: Summer Sky. HEX triplet: 38, A2 and C8. RGB value is (56,162,200). Sum of RGB (Red+Green+Blue) = 56+162+200=418 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.40% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 200 (78.52% from 255 or 47.85% from 418); Max value from RGB is 200 - color contains mainly: blue. Hex color #38A2C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A2C8 is #C75D37. Grayscale: #868686. Windows color (decimal): -13065528 or 13148728. OLE color: 13148728.

HSL color Cylindrical-coordinate representation of color #38A2C8: hue angle of 195.83º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38A2C8 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 56 162 200 -
CMYK 0.72 0.19 0 0.22
HSL 195.83º 0.57% 0.5% -
HSV(B) 195.83º 0.72% 0.78% -
XYZ 24.98 30.85 59.28 -
YUV 134.64 164.88 71.91 -
System Red Green Blue C M Y K H S L
Decimal 56 162 200 0.72 0.19 0 0.22 195.83 0.57 0.5
Hex 38 A2 C8 48 13 0 16 C4 39 32
Octal 70 242 310 110 23 0 26 304 71 62
Binary 111000 10100010 11001000 1001000 10011 0 10110 11000100 111001 110010

Color Harmonies of #38A2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A2C8

Black with #38A2C8

Text Example


Text Example

White with #38A2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,162,200); }

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

background-color css

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

 a { background-color: rgb(56,162,200); }

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

border-color css

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

 span { border-color: rgb(56,162,200); }

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