Html Css Color HEX #38BAFA Summer Sky

📋 copy color: '#38BAFA'

red 56 ◦ green 186 ◦ blue 250

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

Shades of Summer Sky #38BAFA

Tints of Summer Sky #38BAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.8%

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

R = 11.38%
G = 37.8%
B = 50.81%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#38BAFA (or 0x38BAFA) is known color: Summer Sky. HEX triplet: 38, BA and FA. RGB value is (56,186,250). Sum of RGB (Red+Green+Blue) = 56+186+250=492 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.38% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #38BAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38BAFA is #C74505. Grayscale: #9A9A9A. Windows color (decimal): -13059334 or 16431672. OLE color: 16431672.

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

Color convert

RGB 56 186 250 -
CMYK 0.78 0.26 0 0.02
HSL 199.79º 0.95% 0.6% -
HSV(B) 199.79º 0.78% 0.98% -
XYZ 36.45 42.86 96.79 -
YUV 154.43 181.93 57.8 -
System Red Green Blue C M Y K H S L
Decimal 56 186 250 0.78 0.26 0 0.02 199.79 0.95 0.6
Hex 38 BA FA 4E 1A 0 2 C8 5F 3C
Octal 70 272 372 116 32 0 2 310 137 74
Binary 111000 10111010 11111010 1001110 11010 0 10 11001000 1011111 111100

Color Harmonies of #38BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BAFA

Black with #38BAFA

Text Example


Text Example

White with #38BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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