Html Css Color HEX #40B4FA Summer Sky

📋 copy color: '#40B4FA'

red 64 ◦ green 180 ◦ blue 250

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

Shades of Summer Sky #40B4FA

Tints of Summer Sky #40B4FA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.44%

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

R = 12.96%
G = 36.44%
B = 50.61%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#40B4FA (or 0x40B4FA) is known color: Summer Sky. HEX triplet: 40, B4 and FA. RGB value is (64,180,250). Sum of RGB (Red+Green+Blue) = 64+180+250=494 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.96% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #40B4FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40B4FA is #BF4B05. Grayscale: #989898. Windows color (decimal): -12536582 or 16430144. OLE color: 16430144.

HSL color Cylindrical-coordinate representation of color #40B4FA: hue angle of 202.58º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40B4FA is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 180 250 -
CMYK 0.74 0.28 0 0.02
HSL 202.58º 0.95% 0.62% -
HSV(B) 202.58º 0.74% 0.98% -
XYZ 35.69 40.63 96.4 -
YUV 153.3 182.57 64.31 -
System Red Green Blue C M Y K H S L
Decimal 64 180 250 0.74 0.28 0 0.02 202.58 0.95 0.62
Hex 40 B4 FA 4A 1C 0 2 CB 5F 3E
Octal 100 264 372 112 34 0 2 313 137 76
Binary 1000000 10110100 11111010 1001010 11100 0 10 11001011 1011111 111110

Color Harmonies of #40B4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B4FA

Black with #40B4FA

Text Example


Text Example

White with #40B4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,180,250); }

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

background-color css

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

 a { background-color: rgb(64,180,250); }

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

border-color css

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

 span { border-color: rgb(64,180,250); }

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