Html Css Color HEX #38A4CA Summer Sky

📋 copy color: '#38A4CA'

red 56 ◦ green 164 ◦ blue 202

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

Shades of Summer Sky #38A4CA

Tints of Summer Sky #38A4CA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.86%

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

R = 13.27%
G = 38.86%
B = 47.87%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#38A4CA (or 0x38A4CA) is known color: Summer Sky. HEX triplet: 38, A4 and CA. RGB value is (56,164,202). Sum of RGB (Red+Green+Blue) = 56+164+202=422 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.27% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #38A4CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A4CA is #C75B35. Grayscale: #878787. Windows color (decimal): -13065014 or 13280312. OLE color: 13280312.

HSL color Cylindrical-coordinate representation of color #38A4CA: hue angle of 195.62º 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 #38A4CA is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 164 202 -
CMYK 0.72 0.19 0 0.21
HSL 195.62º 0.58% 0.51% -
HSV(B) 195.62º 0.72% 0.79% -
XYZ 25.57 31.66 60.64 -
YUV 136.04 165.22 70.91 -
System Red Green Blue C M Y K H S L
Decimal 56 164 202 0.72 0.19 0 0.21 195.62 0.58 0.51
Hex 38 A4 CA 48 13 0 15 C4 3A 33
Octal 70 244 312 110 23 0 25 304 72 63
Binary 111000 10100100 11001010 1001000 10011 0 10101 11000100 111010 110011

Color Harmonies of #38A4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A4CA

Black with #38A4CA

Text Example


Text Example

White with #38A4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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