Html Css Color HEX #38BAF3 Summer Sky

📋 copy color: '#38BAF3'

red 56 ◦ green 186 ◦ blue 243

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

Shades of Summer Sky #38BAF3

Tints of Summer Sky #38BAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50.1%

R = 11.55%
G = 38.35%
B = 50.1%

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

#38BAF3 (or 0x38BAF3) is known color: Summer Sky. HEX triplet: 38, BA and F3. RGB value is (56,186,243). Sum of RGB (Red+Green+Blue) = 56+186+243=485 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.55% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #38BAF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38BAF3 is #C7450C. Grayscale: #999999. Windows color (decimal): -13059341 or 15972920. OLE color: 15972920.

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

Color convert

RGB 56 186 243 -
CMYK 0.77 0.23 0 0.05
HSL 198.29º 0.89% 0.59% -
HSV(B) 198.29º 0.77% 0.95% -
XYZ 35.37 42.43 91.12 -
YUV 153.63 178.43 58.37 -
System Red Green Blue C M Y K H S L
Decimal 56 186 243 0.77 0.23 0 0.05 198.29 0.89 0.59
Hex 38 BA F3 4D 17 0 5 C6 59 3B
Octal 70 272 363 115 27 0 5 306 131 73
Binary 111000 10111010 11110011 1001101 10111 0 101 11000110 1011001 111011

Color Harmonies of #38BAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BAF3

Black with #38BAF3

Text Example


Text Example

White with #38BAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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