Html Css Color HEX #38A8DE Summer Sky

📋 copy color: '#38A8DE'

red 56 ◦ green 168 ◦ blue 222

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

Shades of Summer Sky #38A8DE

Tints of Summer Sky #38A8DE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.67%

 BLUE value IS 222 (87.11% from 255) = 49.78%

R = 12.56%
G = 37.67%
B = 49.78%

CMYK

 C value IS 0.75

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#38A8DE (or 0x38A8DE) is known color: Summer Sky. HEX triplet: 38, A8 and DE. RGB value is (56,168,222). Sum of RGB (Red+Green+Blue) = 56+168+222=446 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.56% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #38A8DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A8DE is #C75721. Grayscale: #8C8C8C. Windows color (decimal): -13063970 or 14592056. OLE color: 14592056.

HSL color Cylindrical-coordinate representation of color #38A8DE: hue angle of 199.52º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38A8DE is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 168 222 -
CMYK 0.75 0.24 0 0.13
HSL 199.52º 0.72% 0.55% -
HSV(B) 199.52º 0.75% 0.87% -
XYZ 28.82 34.12 74.17 -
YUV 140.67 173.89 67.61 -
System Red Green Blue C M Y K H S L
Decimal 56 168 222 0.75 0.24 0 0.13 199.52 0.72 0.55
Hex 38 A8 DE 4B 18 0 D C8 48 37
Octal 70 250 336 113 30 0 15 310 110 67
Binary 111000 10101000 11011110 1001011 11000 0 1101 11001000 1001000 110111

Color Harmonies of #38A8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A8DE

Black with #38A8DE

Text Example


Text Example

White with #38A8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,168,222); }

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

background-color css

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

 a { background-color: rgb(56,168,222); }

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

border-color css

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

 span { border-color: rgb(56,168,222); }

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