Html Css Color HEX #2AB2FD Summer Sky

📋 copy color: '#2AB2FD'

red 42 ◦ green 178 ◦ blue 253

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

Shades of Summer Sky #2AB2FD

Tints of Summer Sky #2AB2FD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.63%

 BLUE value IS 253 (99.22% from 255) = 53.49%

R = 8.88%
G = 37.63%
B = 53.49%

CMYK

 C value IS 0.83

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2AB2FD (or 0x2AB2FD) is known color: Summer Sky. HEX triplet: 2A, B2 and FD. RGB value is (42,178,253). Sum of RGB (Red+Green+Blue) = 42+178+253=473 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.88% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #2AB2FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AB2FD is #D54D02. Grayscale: #919191. Windows color (decimal): -13978883 or 16626218. OLE color: 16626218.

HSL color Cylindrical-coordinate representation of color #2AB2FD: hue angle of 201.33º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AB2FD is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 42 178 253 -
CMYK 0.83 0.30 0 0.01
HSL 201.33º 0.98% 0.58% -
HSV(B) 201.33º 0.83% 0.99% -
XYZ 34.6 39.42 98.71 -
YUV 145.89 188.44 53.9 -
System Red Green Blue C M Y K H S L
Decimal 42 178 253 0.83 0.30 0 0.01 201.33 0.98 0.58
Hex 2A B2 FD 53 1E 0 1 C9 62 3A
Octal 52 262 375 123 36 0 1 311 142 72
Binary 101010 10110010 11111101 1010011 11110 0 1 11001001 1100010 111010

Color Harmonies of #2AB2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB2FD

Black with #2AB2FD

Text Example


Text Example

White with #2AB2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,178,253); }

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

background-color css

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

 a { background-color: rgb(42,178,253); }

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

border-color css

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

 span { border-color: rgb(42,178,253); }

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