Html Css Color HEX #38A4C9 Summer Sky

📋 copy color: '#38A4C9'

red 56 ◦ green 164 ◦ blue 201

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

Shades of Summer Sky #38A4C9

Tints of Summer Sky #38A4C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.74%

R = 13.3%
G = 38.95%
B = 47.74%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#38A4C9 (or 0x38A4C9) is known color: Summer Sky. HEX triplet: 38, A4 and C9. RGB value is (56,164,201). Sum of RGB (Red+Green+Blue) = 56+164+201=421 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.30% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 201 (78.91% from 255 or 47.74% from 421); Max value from RGB is 201 - color contains mainly: blue. Hex color #38A4C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A4C9 is #C75B36. Grayscale: #878787. Windows color (decimal): -13065015 or 13214776. OLE color: 13214776.

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

Color convert

RGB 56 164 201 -
CMYK 0.72 0.18 0 0.21
HSL 195.31º 0.57% 0.5% -
HSV(B) 195.31º 0.72% 0.79% -
XYZ 25.45 31.61 60.02 -
YUV 135.93 164.72 70.99 -
System Red Green Blue C M Y K H S L
Decimal 56 164 201 0.72 0.18 0 0.21 195.31 0.57 0.5
Hex 38 A4 C9 48 12 0 15 C3 39 32
Octal 70 244 311 110 22 0 25 303 71 62
Binary 111000 10100100 11001001 1001000 10010 0 10101 11000011 111001 110010

Color Harmonies of #38A4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A4C9

Black with #38A4C9

Text Example


Text Example

White with #38A4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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