Html Css Color HEX #38C0DE Summer Sky

📋 copy color: '#38C0DE'

red 56 ◦ green 192 ◦ blue 222

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

Shades of Summer Sky #38C0DE

Tints of Summer Sky #38C0DE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.85%

 BLUE value IS 222 (87.11% from 255) = 47.23%

R = 11.91%
G = 40.85%
B = 47.23%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#38C0DE (or 0x38C0DE) is known color: Summer Sky. HEX triplet: 38, C0 and DE. RGB value is (56,192,222). Sum of RGB (Red+Green+Blue) = 56+192+222=470 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.91% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #38C0DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C0DE is #C73F21. Grayscale: #9A9A9A. Windows color (decimal): -13057826 or 14598200. OLE color: 14598200.

HSL color Cylindrical-coordinate representation of color #38C0DE: hue angle of 190.84º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38C0DE is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 192 222 -
CMYK 0.75 0.14 0 0.13
HSL 190.84º 0.72% 0.55% -
HSV(B) 190.84º 0.75% 0.87% -
XYZ 33.67 43.81 75.79 -
YUV 154.76 165.94 57.56 -
System Red Green Blue C M Y K H S L
Decimal 56 192 222 0.75 0.14 0 0.13 190.84 0.72 0.55
Hex 38 C0 DE 4B E 0 D BF 48 37
Octal 70 300 336 113 16 0 15 277 110 67
Binary 111000 11000000 11011110 1001011 1110 0 1101 10111111 1001000 110111

Color Harmonies of #38C0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C0DE

Black with #38C0DE

Text Example


Text Example

White with #38C0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,192,222); }

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

background-color css

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

 a { background-color: rgb(56,192,222); }

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

border-color css

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

 span { border-color: rgb(56,192,222); }

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