Html Css Color HEX #38C2EB Summer Sky

📋 copy color: '#38C2EB'

red 56 ◦ green 194 ◦ blue 235

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

Shades of Summer Sky #38C2EB

Tints of Summer Sky #38C2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40%

 BLUE value IS 235 (92.19% from 255) = 48.45%

R = 11.55%
G = 40%
B = 48.45%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#38C2EB (or 0x38C2EB) is known color: Summer Sky. HEX triplet: 38, C2 and EB. RGB value is (56,194,235). Sum of RGB (Red+Green+Blue) = 56+194+235=485 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.55% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #38C2EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38C2EB is #C73D14. Grayscale: #9D9D9D. Windows color (decimal): -13057301 or 15450680. OLE color: 15450680.

HSL color Cylindrical-coordinate representation of color #38C2EB: hue angle of 193.74º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38C2EB is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 56 194 235 -
CMYK 0.76 0.17 0 0.08
HSL 193.74º 0.82% 0.57% -
HSV(B) 193.74º 0.76% 0.92% -
XYZ 35.92 45.42 85.47 -
YUV 157.41 171.78 55.67 -
System Red Green Blue C M Y K H S L
Decimal 56 194 235 0.76 0.17 0 0.08 193.74 0.82 0.57
Hex 38 C2 EB 4C 11 0 8 C2 52 39
Octal 70 302 353 114 21 0 10 302 122 71
Binary 111000 11000010 11101011 1001100 10001 0 1000 11000010 1010010 111001

Color Harmonies of #38C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C2EB

Black with #38C2EB

Text Example


Text Example

White with #38C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,194,235); }

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

background-color css

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

 a { background-color: rgb(56,194,235); }

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

border-color css

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

 span { border-color: rgb(56,194,235); }

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