Html Css Color HEX #2AB4FB Summer Sky

📋 copy color: '#2AB4FB'

red 42 ◦ green 180 ◦ blue 251

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

Shades of Summer Sky #2AB4FB

Tints of Summer Sky #2AB4FB

RGB

 RED value IS 42 (16.8% from 255) = 8.88%

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

 BLUE value IS 251 (98.44% from 255) = 53.07%

R = 8.88%
G = 38.05%
B = 53.07%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2AB4FB (or 0x2AB4FB) is known color: Summer Sky. HEX triplet: 2A, B4 and FB. RGB value is (42,180,251). Sum of RGB (Red+Green+Blue) = 42+180+251=473 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.88% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #2AB4FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AB4FB is #D54B04. Grayscale: #929292. Windows color (decimal): -13978373 or 16495658. OLE color: 16495658.

HSL color Cylindrical-coordinate representation of color #2AB4FB: hue angle of 200.38º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AB4FB is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 180 251 -
CMYK 0.83 0.28 0 0.02
HSL 200.38º 0.96% 0.57% -
HSV(B) 200.38º 0.83% 0.98% -
XYZ 34.69 40.1 97.18 -
YUV 146.83 186.78 53.23 -
System Red Green Blue C M Y K H S L
Decimal 42 180 251 0.83 0.28 0 0.02 200.38 0.96 0.57
Hex 2A B4 FB 53 1C 0 2 C8 60 39
Octal 52 264 373 123 34 0 2 310 140 71
Binary 101010 10110100 11111011 1010011 11100 0 10 11001000 1100000 111001

Color Harmonies of #2AB4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB4FB

Black with #2AB4FB

Text Example


Text Example

White with #2AB4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AB4FB; }

 p { color: rgb(42,180,251); }

 H1.HeaderClassName
 {
   color: #2AB4FB;
 }
 .AnyTagClassName
 {
   color: #2AB4FB;
 }
</style>

background-color css

<style>
 a { background-color: #2AB4FB; }

 a { background-color: rgb(42,180,251); }

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

border-color css

<style>
 span { border-color: #2AB4FB; }

 span { border-color: rgb(42,180,251); }

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