Html Css Color HEX #38A0CC Summer Sky

📋 copy color: '#38A0CC'

red 56 ◦ green 160 ◦ blue 204

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

Shades of Summer Sky #38A0CC

Tints of Summer Sky #38A0CC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.1%

 BLUE value IS 204 (80.08% from 255) = 48.57%

R = 13.33%
G = 38.1%
B = 48.57%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#38A0CC (or 0x38A0CC) is known color: Summer Sky. HEX triplet: 38, A0 and CC. RGB value is (56,160,204). Sum of RGB (Red+Green+Blue) = 56+160+204=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #38A0CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A0CC is #C75F33. Grayscale: #858585. Windows color (decimal): -13066036 or 13410360. OLE color: 13410360.

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

Color convert

RGB 56 160 204 -
CMYK 0.73 0.22 0 0.2
HSL 197.84º 0.59% 0.51% -
HSV(B) 197.84º 0.73% 0.8% -
XYZ 25.1 30.34 61.66 -
YUV 133.92 167.54 72.42 -
System Red Green Blue C M Y K H S L
Decimal 56 160 204 0.73 0.22 0 0.2 197.84 0.59 0.51
Hex 38 A0 CC 49 16 0 14 C6 3B 33
Octal 70 240 314 111 26 0 24 306 73 63
Binary 111000 10100000 11001100 1001001 10110 0 10100 11000110 111011 110011

Color Harmonies of #38A0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A0CC

Black with #38A0CC

Text Example


Text Example

White with #38A0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,160,204); }

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

background-color css

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

 a { background-color: rgb(56,160,204); }

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

border-color css

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

 span { border-color: rgb(56,160,204); }

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