Html Css Color HEX #40BAF2 Summer Sky

📋 copy color: '#40BAF2'

red 64 ◦ green 186 ◦ blue 242

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

Shades of Summer Sky #40BAF2

Tints of Summer Sky #40BAF2

RGB

 RED value IS 64 (25.39% from 255) = 13.01%

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

 BLUE value IS 242 (94.92% from 255) = 49.19%

R = 13.01%
G = 37.8%
B = 49.19%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#40BAF2 (or 0x40BAF2) is known color: Summer Sky. HEX triplet: 40, BA and F2. RGB value is (64,186,242). Sum of RGB (Red+Green+Blue) = 64+186+242=492 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.01% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #40BAF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BAF2 is #BF450D. Grayscale: #9B9B9B. Windows color (decimal): -12535054 or 15907392. OLE color: 15907392.

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

Color convert

RGB 64 186 242 -
CMYK 0.74 0.23 0 0.05
HSL 198.88º 0.87% 0.6% -
HSV(B) 198.88º 0.74% 0.95% -
XYZ 35.7 42.62 90.35 -
YUV 155.91 176.58 62.45 -
System Red Green Blue C M Y K H S L
Decimal 64 186 242 0.74 0.23 0 0.05 198.88 0.87 0.6
Hex 40 BA F2 4A 17 0 5 C7 57 3C
Octal 100 272 362 112 27 0 5 307 127 74
Binary 1000000 10111010 11110010 1001010 10111 0 101 11000111 1010111 111100

Color Harmonies of #40BAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BAF2

Black with #40BAF2

Text Example


Text Example

White with #40BAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40BAF2; }

 p { color: rgb(64,186,242); }

 H1.HeaderClassName
 {
   color: #40BAF2;
 }
 .AnyTagClassName
 {
   color: #40BAF2;
 }
</style>

background-color css

<style>
 a { background-color: #40BAF2; }

 a { background-color: rgb(64,186,242); }

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

border-color css

<style>
 span { border-color: #40BAF2; }

 span { border-color: rgb(64,186,242); }

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