Html Css Color HEX #38ABCE Summer Sky

📋 copy color: '#38ABCE'

red 56 ◦ green 171 ◦ blue 206

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

Shades of Summer Sky #38ABCE

Tints of Summer Sky #38ABCE

RGB

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

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

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

R = 12.93%
G = 39.49%
B = 47.58%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#38ABCE (or 0x38ABCE) is known color: Summer Sky. HEX triplet: 38, AB and CE. RGB value is (56,171,206). Sum of RGB (Red+Green+Blue) = 56+171+206=433 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.93% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #38ABCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ABCE is #C75431. Grayscale: #8C8C8C. Windows color (decimal): -13063218 or 13544248. OLE color: 13544248.

HSL color Cylindrical-coordinate representation of color #38ABCE: hue angle of 194º 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 #38ABCE is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 171 206 -
CMYK 0.73 0.17 0 0.19
HSL 194º 0.6% 0.51% -
HSV(B) 194º 0.73% 0.81% -
XYZ 27.33 34.42 63.6 -
YUV 140.61 164.9 67.65 -
System Red Green Blue C M Y K H S L
Decimal 56 171 206 0.73 0.17 0 0.19 194 0.6 0.51
Hex 38 AB CE 49 11 0 13 C2 3C 33
Octal 70 253 316 111 21 0 23 302 74 63
Binary 111000 10101011 11001110 1001001 10001 0 10011 11000010 111100 110011

Color Harmonies of #38ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ABCE

Black with #38ABCE

Text Example


Text Example

White with #38ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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