Html Css Color HEX #38AFC9 Viking

📋 copy color: '#38AFC9'

red 56 ◦ green 175 ◦ blue 201

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

Shades of Viking #38AFC9

Tints of Viking #38AFC9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.51%

 BLUE value IS 201 (78.91% from 255) = 46.53%

R = 12.96%
G = 40.51%
B = 46.53%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#38AFC9 (or 0x38AFC9) is known color: Viking. HEX triplet: 38, AF and C9. RGB value is (56,175,201). Sum of RGB (Red+Green+Blue) = 56+175+201=432 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.96% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 201 (78.91% from 255 or 46.53% from 432); Max value from RGB is 201 - color contains mainly: blue. Hex color #38AFC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AFC9 is #C75036. Grayscale: #8E8E8E. Windows color (decimal): -13062199 or 13217592. OLE color: 13217592.

HSL color Cylindrical-coordinate representation of color #38AFC9: hue angle of 190.76º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38AFC9 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 175 201 -
CMYK 0.72 0.13 0 0.21
HSL 190.76º 0.57% 0.5% -
HSV(B) 190.76º 0.72% 0.79% -
XYZ 27.5 35.72 60.7 -
YUV 142.38 161.08 66.39 -
System Red Green Blue C M Y K H S L
Decimal 56 175 201 0.72 0.13 0 0.21 190.76 0.57 0.5
Hex 38 AF C9 48 D 0 15 BF 39 32
Octal 70 257 311 110 15 0 25 277 71 62
Binary 111000 10101111 11001001 1001000 1101 0 10101 10111111 111001 110010

Color Harmonies of #38AFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AFC9

Black with #38AFC9

Text Example


Text Example

White with #38AFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,175,201); }

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

background-color css

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

 a { background-color: rgb(56,175,201); }

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

border-color css

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

 span { border-color: rgb(56,175,201); }

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