Html Css Color HEX #38ABCC Summer Sky

📋 copy color: '#38ABCC'

red 56 ◦ green 171 ◦ blue 204

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

Shades of Summer Sky #38ABCC

Tints of Summer Sky #38ABCC

RGB

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

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

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

R = 12.99%
G = 39.68%
B = 47.33%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#38ABCC (or 0x38ABCC) is known color: Summer Sky. HEX triplet: 38, AB and CC. RGB value is (56,171,204). Sum of RGB (Red+Green+Blue) = 56+171+204=431 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.99% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #38ABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ABCC is #C75433. Grayscale: #8C8C8C. Windows color (decimal): -13063220 or 13413176. OLE color: 13413176.

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

Color convert

RGB 56 171 204 -
CMYK 0.73 0.16 0 0.2
HSL 193.38º 0.59% 0.51% -
HSV(B) 193.38º 0.73% 0.8% -
XYZ 27.09 34.33 62.32 -
YUV 140.38 163.9 67.82 -
System Red Green Blue C M Y K H S L
Decimal 56 171 204 0.73 0.16 0 0.2 193.38 0.59 0.51
Hex 38 AB CC 49 10 0 14 C1 3B 33
Octal 70 253 314 111 20 0 24 301 73 63
Binary 111000 10101011 11001100 1001001 10000 0 10100 11000001 111011 110011

Color Harmonies of #38ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ABCC

Black with #38ABCC

Text Example


Text Example

White with #38ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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