Html Css Color HEX #38ABB8 Pelorous

📋 copy color: '#38ABB8'

red 56 ◦ green 171 ◦ blue 184

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

Shades of Pelorous #38ABB8

Tints of Pelorous #38ABB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.77%

R = 13.63%
G = 41.61%
B = 44.77%

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#38ABB8 (or 0x38ABB8) is known color: Pelorous. HEX triplet: 38, AB and B8. RGB value is (56,171,184). Sum of RGB (Red+Green+Blue) = 56+171+184=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 184 (72.27% from 255 or 44.77% from 411); Max value from RGB is 184 - color contains mainly: blue. Hex color #38ABB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ABB8 is #C75447. Grayscale: #898989. Windows color (decimal): -13063240 or 12102456. OLE color: 12102456.

HSL color Cylindrical-coordinate representation of color #38ABB8: hue angle of 186.09º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38ABB8 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 171 184 -
CMYK 0.70 0.07 0 0.28
HSL 186.09º 0.53% 0.47% -
HSV(B) 186.09º 0.7% 0.72% -
XYZ 24.85 33.43 50.49 -
YUV 138.1 153.9 69.44 -
System Red Green Blue C M Y K H S L
Decimal 56 171 184 0.70 0.07 0 0.28 186.09 0.53 0.47
Hex 38 AB B8 46 7 0 1C BA 35 2F
Octal 70 253 270 106 7 0 34 272 65 57
Binary 111000 10101011 10111000 1000110 111 0 11100 10111010 110101 101111

Color Harmonies of #38ABB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ABB8

Black with #38ABB8

Text Example


Text Example

White with #38ABB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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