Html Css Color HEX #38ABEC Summer Sky

📋 copy color: '#38ABEC'

red 56 ◦ green 171 ◦ blue 236

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

Shades of Summer Sky #38ABEC

Tints of Summer Sky #38ABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.93%

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

R = 12.1%
G = 36.93%
B = 50.97%

CMYK

 C value IS 0.76

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#38ABEC (or 0x38ABEC) is known color: Summer Sky. HEX triplet: 38, AB and EC. RGB value is (56,171,236). Sum of RGB (Red+Green+Blue) = 56+171+236=463 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.10% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #38ABEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38ABEC is #C75413. Grayscale: #8F8F8F. Windows color (decimal): -13063188 or 15510328. OLE color: 15510328.

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

Color convert

RGB 56 171 236 -
CMYK 0.76 0.28 0 0.07
HSL 201.67º 0.83% 0.57% -
HSV(B) 201.67º 0.76% 0.93% -
XYZ 31.33 36.02 84.66 -
YUV 144.03 179.9 65.21 -
System Red Green Blue C M Y K H S L
Decimal 56 171 236 0.76 0.28 0 0.07 201.67 0.83 0.57
Hex 38 AB EC 4C 1C 0 7 CA 53 39
Octal 70 253 354 114 34 0 7 312 123 71
Binary 111000 10101011 11101100 1001100 11100 0 111 11001010 1010011 111001

Color Harmonies of #38ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ABEC

Black with #38ABEC

Text Example


Text Example

White with #38ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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