Html Css Color HEX #38BAF1 Summer Sky

📋 copy color: '#38BAF1'

red 56 ◦ green 186 ◦ blue 241

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

Shades of Summer Sky #38BAF1

Tints of Summer Sky #38BAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.9%

R = 11.59%
G = 38.51%
B = 49.9%

CMYK

 C value IS 0.77

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#38BAF1 (or 0x38BAF1) is known color: Summer Sky. HEX triplet: 38, BA and F1. RGB value is (56,186,241). Sum of RGB (Red+Green+Blue) = 56+186+241=483 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.59% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #38BAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38BAF1 is #C7450E. Grayscale: #999999. Windows color (decimal): -13059343 or 15841848. OLE color: 15841848.

HSL color Cylindrical-coordinate representation of color #38BAF1: hue angle of 197.84º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38BAF1 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 186 241 -
CMYK 0.77 0.23 0 0.05
HSL 197.84º 0.87% 0.58% -
HSV(B) 197.84º 0.77% 0.95% -
XYZ 35.07 42.31 89.54 -
YUV 153.4 177.43 58.53 -
System Red Green Blue C M Y K H S L
Decimal 56 186 241 0.77 0.23 0 0.05 197.84 0.87 0.58
Hex 38 BA F1 4D 17 0 5 C6 57 3A
Octal 70 272 361 115 27 0 5 306 127 72
Binary 111000 10111010 11110001 1001101 10111 0 101 11000110 1010111 111010

Color Harmonies of #38BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BAF1

Black with #38BAF1

Text Example


Text Example

White with #38BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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