Html Css Color HEX #38A8FA Summer Sky

📋 copy color: '#38A8FA'

red 56 ◦ green 168 ◦ blue 250

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

Shades of Summer Sky #38A8FA

Tints of Summer Sky #38A8FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.74%

R = 11.81%
G = 35.44%
B = 52.74%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#38A8FA (or 0x38A8FA) is known color: Summer Sky. HEX triplet: 38, A8 and FA. RGB value is (56,168,250). Sum of RGB (Red+Green+Blue) = 56+168+250=474 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.81% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #38A8FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38A8FA is #C75705. Grayscale: #8F8F8F. Windows color (decimal): -13063942 or 16427064. OLE color: 16427064.

HSL color Cylindrical-coordinate representation of color #38A8FA: hue angle of 205.36º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38A8FA is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 168 250 -
CMYK 0.78 0.33 0 0.02
HSL 205.36º 0.95% 0.6% -
HSV(B) 205.36º 0.78% 0.98% -
XYZ 32.89 35.75 95.61 -
YUV 143.86 187.89 65.33 -
System Red Green Blue C M Y K H S L
Decimal 56 168 250 0.78 0.33 0 0.02 205.36 0.95 0.6
Hex 38 A8 FA 4E 21 0 2 CD 5F 3C
Octal 70 250 372 116 41 0 2 315 137 74
Binary 111000 10101000 11111010 1001110 100001 0 10 11001101 1011111 111100

Color Harmonies of #38A8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A8FA

Black with #38A8FA

Text Example


Text Example

White with #38A8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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