Html Css Color HEX #38C8EC Summer Sky

📋 copy color: '#38C8EC'

red 56 ◦ green 200 ◦ blue 236

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

Shades of Summer Sky #38C8EC

Tints of Summer Sky #38C8EC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.65%

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

R = 11.38%
G = 40.65%
B = 47.97%

CMYK

 C value IS 0.76

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#38C8EC (or 0x38C8EC) is known color: Summer Sky. HEX triplet: 38, C8 and EC. RGB value is (56,200,236). Sum of RGB (Red+Green+Blue) = 56+200+236=492 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.38% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #38C8EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38C8EC is #C73713. Grayscale: #A0A0A0. Windows color (decimal): -13055764 or 15517752. OLE color: 15517752.

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

Color convert

RGB 56 200 236 -
CMYK 0.76 0.15 0 0.07
HSL 192º 0.83% 0.57% -
HSV(B) 192º 0.76% 0.93% -
XYZ 37.43 48.21 86.69 -
YUV 161.05 170.29 53.07 -
System Red Green Blue C M Y K H S L
Decimal 56 200 236 0.76 0.15 0 0.07 192 0.83 0.57
Hex 38 C8 EC 4C F 0 7 C0 53 39
Octal 70 310 354 114 17 0 7 300 123 71
Binary 111000 11001000 11101100 1001100 1111 0 111 11000000 1010011 111001

Color Harmonies of #38C8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C8EC

Black with #38C8EC

Text Example


Text Example

White with #38C8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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