Html Css Color HEX #38ACCB Summer Sky

📋 copy color: '#38ACCB'

red 56 ◦ green 172 ◦ blue 203

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

Shades of Summer Sky #38ACCB

Tints of Summer Sky #38ACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.91%

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

R = 12.99%
G = 39.91%
B = 47.1%

CMYK

 C value IS 0.72

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#38ACCB (or 0x38ACCB) is known color: Summer Sky. HEX triplet: 38, AC and CB. RGB value is (56,172,203). Sum of RGB (Red+Green+Blue) = 56+172+203=431 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.99% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #38ACCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ACCB is #C75334. Grayscale: #8C8C8C. Windows color (decimal): -13062965 or 13347896. OLE color: 13347896.

HSL color Cylindrical-coordinate representation of color #38ACCB: hue angle of 192.65º 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 #38ACCB is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 172 203 -
CMYK 0.72 0.15 0 0.20
HSL 192.65º 0.59% 0.51% -
HSV(B) 192.65º 0.72% 0.8% -
XYZ 27.16 34.66 61.76 -
YUV 140.85 163.07 67.48 -
System Red Green Blue C M Y K H S L
Decimal 56 172 203 0.72 0.15 0 0.20 192.65 0.59 0.51
Hex 38 AC CB 48 F 0 14 C1 3B 33
Octal 70 254 313 110 17 0 24 301 73 63
Binary 111000 10101100 11001011 1001000 1111 0 10100 11000001 111011 110011

Color Harmonies of #38ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ACCB

Black with #38ACCB

Text Example


Text Example

White with #38ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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