Html Css Color HEX #38B2D8 Summer Sky

📋 copy color: '#38B2D8'

red 56 ◦ green 178 ◦ blue 216

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

Shades of Summer Sky #38B2D8

Tints of Summer Sky #38B2D8

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.56%

 BLUE value IS 216 (84.77% from 255) = 48%

R = 12.44%
G = 39.56%
B = 48%

CMYK

 C value IS 0.74

 M value IS 0.18

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#38B2D8 (or 0x38B2D8) is known color: Summer Sky. HEX triplet: 38, B2 and D8. RGB value is (56,178,216). Sum of RGB (Red+Green+Blue) = 56+178+216=450 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.44% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #38B2D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38B2D8 is #C74D27. Grayscale: #919191. Windows color (decimal): -13061416 or 14201400. OLE color: 14201400.

HSL color Cylindrical-coordinate representation of color #38B2D8: hue angle of 194.25º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38B2D8 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 178 216 -
CMYK 0.74 0.18 0 0.15
HSL 194.25º 0.67% 0.53% -
HSV(B) 194.25º 0.74% 0.85% -
XYZ 29.95 37.64 70.65 -
YUV 145.85 167.58 63.91 -
System Red Green Blue C M Y K H S L
Decimal 56 178 216 0.74 0.18 0 0.15 194.25 0.67 0.53
Hex 38 B2 D8 4A 12 0 F C2 43 35
Octal 70 262 330 112 22 0 17 302 103 65
Binary 111000 10110010 11011000 1001010 10010 0 1111 11000010 1000011 110101

Color Harmonies of #38B2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B2D8

Black with #38B2D8

Text Example


Text Example

White with #38B2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,178,216); }

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

background-color css

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

 a { background-color: rgb(56,178,216); }

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

border-color css

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

 span { border-color: rgb(56,178,216); }

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