Html Css Color HEX #38A5FA Summer Sky

📋 copy color: '#38A5FA'

red 56 ◦ green 165 ◦ blue 250

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

Shades of Summer Sky #38A5FA

Tints of Summer Sky #38A5FA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.03%

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

R = 11.89%
G = 35.03%
B = 53.08%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#38A5FA (or 0x38A5FA) is known color: Summer Sky. HEX triplet: 38, A5 and FA. RGB value is (56,165,250). Sum of RGB (Red+Green+Blue) = 56+165+250=471 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.89% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #38A5FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38A5FA is #C75A05. Grayscale: #8D8D8D. Windows color (decimal): -13064710 or 16426296. OLE color: 16426296.

HSL color Cylindrical-coordinate representation of color #38A5FA: hue angle of 206.29º 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 #38A5FA is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 165 250 -
CMYK 0.78 0.34 0 0.02
HSL 206.29º 0.95% 0.6% -
HSV(B) 206.29º 0.78% 0.98% -
XYZ 32.34 34.65 95.43 -
YUV 142.1 188.89 66.59 -
System Red Green Blue C M Y K H S L
Decimal 56 165 250 0.78 0.34 0 0.02 206.29 0.95 0.6
Hex 38 A5 FA 4E 22 0 2 CE 5F 3C
Octal 70 245 372 116 42 0 2 316 137 74
Binary 111000 10100101 11111010 1001110 100010 0 10 11001110 1011111 111100

Color Harmonies of #38A5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A5FA

Black with #38A5FA

Text Example


Text Example

White with #38A5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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