Html Css Color HEX #38AECB Summer Sky

📋 copy color: '#38AECB'

red 56 ◦ green 174 ◦ blue 203

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

Shades of Summer Sky #38AECB

Tints of Summer Sky #38AECB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.18%

 BLUE value IS 203 (79.69% from 255) = 46.88%

R = 12.93%
G = 40.18%
B = 46.88%

CMYK

 C value IS 0.72

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#38AECB (or 0x38AECB) is known color: Summer Sky. HEX triplet: 38, AE and CB. RGB value is (56,174,203). Sum of RGB (Red+Green+Blue) = 56+174+203=433 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.93% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #38AECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AECB is #C75134. Grayscale: #8D8D8D. Windows color (decimal): -13062453 or 13348408. OLE color: 13348408.

HSL color Cylindrical-coordinate representation of color #38AECB: hue angle of 191.84º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38AECB is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 174 203 -
CMYK 0.72 0.14 0 0.20
HSL 191.84º 0.59% 0.51% -
HSV(B) 191.84º 0.72% 0.8% -
XYZ 27.55 35.42 61.89 -
YUV 142.02 162.41 66.64 -
System Red Green Blue C M Y K H S L
Decimal 56 174 203 0.72 0.14 0 0.20 191.84 0.59 0.51
Hex 38 AE CB 48 E 0 14 C0 3B 33
Octal 70 256 313 110 16 0 24 300 73 63
Binary 111000 10101110 11001011 1001000 1110 0 10100 11000000 111011 110011

Color Harmonies of #38AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AECB

Black with #38AECB

Text Example


Text Example

White with #38AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,174,203); }

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

background-color css

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

 a { background-color: rgb(56,174,203); }

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

border-color css

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

 span { border-color: rgb(56,174,203); }

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