Html Css Color HEX #38AECF Summer Sky

📋 copy color: '#38AECF'

red 56 ◦ green 174 ◦ blue 207

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

Shades of Summer Sky #38AECF

Tints of Summer Sky #38AECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.37%

R = 12.81%
G = 39.82%
B = 47.37%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#38AECF (or 0x38AECF) is known color: Summer Sky. HEX triplet: 38, AE and CF. RGB value is (56,174,207). Sum of RGB (Red+Green+Blue) = 56+174+207=437 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.81% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #38AECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AECF is #C75130. Grayscale: #8E8E8E. Windows color (decimal): -13062449 or 13610552. OLE color: 13610552.

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

Color convert

RGB 56 174 207 -
CMYK 0.73 0.16 0 0.19
HSL 193.11º 0.61% 0.52% -
HSV(B) 193.11º 0.73% 0.81% -
XYZ 28.03 35.62 64.43 -
YUV 142.48 164.41 66.32 -
System Red Green Blue C M Y K H S L
Decimal 56 174 207 0.73 0.16 0 0.19 193.11 0.61 0.52
Hex 38 AE CF 49 10 0 13 C1 3D 34
Octal 70 256 317 111 20 0 23 301 75 64
Binary 111000 10101110 11001111 1001001 10000 0 10011 11000001 111101 110100

Color Harmonies of #38AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AECF

Black with #38AECF

Text Example


Text Example

White with #38AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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