Html Css Color HEX #38AEEC Summer Sky

📋 copy color: '#38AEEC'

red 56 ◦ green 174 ◦ blue 236

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

Shades of Summer Sky #38AEEC

Tints of Summer Sky #38AEEC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.34%

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

R = 12.02%
G = 37.34%
B = 50.64%

CMYK

 C value IS 0.76

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#38AEEC (or 0x38AEEC) is known color: Summer Sky. HEX triplet: 38, AE and EC. RGB value is (56,174,236). Sum of RGB (Red+Green+Blue) = 56+174+236=466 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.02% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #38AEEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38AEEC is #C75113. Grayscale: #919191. Windows color (decimal): -13062420 or 15511096. OLE color: 15511096.

HSL color Cylindrical-coordinate representation of color #38AEEC: hue angle of 200.67º 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 #38AEEC is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 174 236 -
CMYK 0.76 0.26 0 0.07
HSL 200.67º 0.83% 0.57% -
HSV(B) 200.67º 0.76% 0.93% -
XYZ 31.91 37.17 84.85 -
YUV 145.79 178.91 63.96 -
System Red Green Blue C M Y K H S L
Decimal 56 174 236 0.76 0.26 0 0.07 200.67 0.83 0.57
Hex 38 AE EC 4C 1A 0 7 C9 53 39
Octal 70 256 354 114 32 0 7 311 123 71
Binary 111000 10101110 11101100 1001100 11010 0 111 11001001 1010011 111001

Color Harmonies of #38AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AEEC

Black with #38AEEC

Text Example


Text Example

White with #38AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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