Html Css Color HEX #38ACEC Summer Sky

📋 copy color: '#38ACEC'

red 56 ◦ green 172 ◦ blue 236

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

Shades of Summer Sky #38ACEC

Tints of Summer Sky #38ACEC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.07%

 BLUE value IS 236 (92.58% from 255) = 50.86%

R = 12.07%
G = 37.07%
B = 50.86%

CMYK

 C value IS 0.76

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#38ACEC (or 0x38ACEC) is known color: Summer Sky. HEX triplet: 38, AC and EC. RGB value is (56,172,236). Sum of RGB (Red+Green+Blue) = 56+172+236=464 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.07% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #38ACEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38ACEC is #C75313. Grayscale: #909090. Windows color (decimal): -13062932 or 15510584. OLE color: 15510584.

HSL color Cylindrical-coordinate representation of color #38ACEC: hue angle of 201.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38ACEC is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 172 236 -
CMYK 0.76 0.27 0 0.07
HSL 201.33º 0.83% 0.57% -
HSV(B) 201.33º 0.76% 0.93% -
XYZ 31.52 36.4 84.72 -
YUV 144.61 179.57 64.8 -
System Red Green Blue C M Y K H S L
Decimal 56 172 236 0.76 0.27 0 0.07 201.33 0.83 0.57
Hex 38 AC EC 4C 1B 0 7 C9 53 39
Octal 70 254 354 114 33 0 7 311 123 71
Binary 111000 10101100 11101100 1001100 11011 0 111 11001001 1010011 111001

Color Harmonies of #38ACEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ACEC

Black with #38ACEC

Text Example


Text Example

White with #38ACEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,172,236); }

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

background-color css

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

 a { background-color: rgb(56,172,236); }

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

border-color css

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

 span { border-color: rgb(56,172,236); }

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