Html Css Color HEX #38A2CE Summer Sky

📋 copy color: '#38A2CE'

red 56 ◦ green 162 ◦ blue 206

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

Shades of Summer Sky #38A2CE

Tints of Summer Sky #38A2CE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.21%

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 13.21%
G = 38.21%
B = 48.58%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#38A2CE (or 0x38A2CE) is known color: Summer Sky. HEX triplet: 38, A2 and CE. RGB value is (56,162,206). Sum of RGB (Red+Green+Blue) = 56+162+206=424 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.21% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #38A2CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A2CE is #C75D31. Grayscale: #878787. Windows color (decimal): -13065522 or 13541944. OLE color: 13541944.

HSL color Cylindrical-coordinate representation of color #38A2CE: hue angle of 197.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38A2CE is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 162 206 -
CMYK 0.73 0.21 0 0.19
HSL 197.6º 0.6% 0.51% -
HSV(B) 197.6º 0.73% 0.81% -
XYZ 25.69 31.14 63.05 -
YUV 135.32 167.88 71.42 -
System Red Green Blue C M Y K H S L
Decimal 56 162 206 0.73 0.21 0 0.19 197.6 0.6 0.51
Hex 38 A2 CE 49 15 0 13 C6 3C 33
Octal 70 242 316 111 25 0 23 306 74 63
Binary 111000 10100010 11001110 1001001 10101 0 10011 11000110 111100 110011

Color Harmonies of #38A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A2CE

Black with #38A2CE

Text Example


Text Example

White with #38A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,162,206); }

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

background-color css

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

 a { background-color: rgb(56,162,206); }

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

border-color css

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

 span { border-color: rgb(56,162,206); }

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