Html Css Color HEX #38BAF0 Summer Sky

📋 copy color: '#38BAF0'

red 56 ◦ green 186 ◦ blue 240

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

Shades of Summer Sky #38BAF0

Tints of Summer Sky #38BAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.79%

R = 11.62%
G = 38.59%
B = 49.79%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#38BAF0 (or 0x38BAF0) is known color: Summer Sky. HEX triplet: 38, BA and F0. RGB value is (56,186,240). Sum of RGB (Red+Green+Blue) = 56+186+240=482 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.62% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: blue. Hex color #38BAF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38BAF0 is #C7450F. Grayscale: #989898. Windows color (decimal): -13059344 or 15776312. OLE color: 15776312.

HSL color Cylindrical-coordinate representation of color #38BAF0: hue angle of 197.61º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38BAF0 is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 186 240 -
CMYK 0.77 0.22 0 0.06
HSL 197.61º 0.86% 0.58% -
HSV(B) 197.61º 0.77% 0.94% -
XYZ 34.92 42.25 88.75 -
YUV 153.29 176.93 58.61 -
System Red Green Blue C M Y K H S L
Decimal 56 186 240 0.77 0.22 0 0.06 197.61 0.86 0.58
Hex 38 BA F0 4D 16 0 6 C6 56 3A
Octal 70 272 360 115 26 0 6 306 126 72
Binary 111000 10111010 11110000 1001101 10110 0 110 11000110 1010110 111010

Color Harmonies of #38BAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BAF0

Black with #38BAF0

Text Example


Text Example

White with #38BAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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