Html Css Color HEX #2BABF0 Summer Sky

📋 copy color: '#2BABF0'

red 43 ◦ green 171 ◦ blue 240

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

Shades of Summer Sky #2BABF0

Tints of Summer Sky #2BABF0

RGB

 RED value IS 43 (17.19% from 255) = 9.47%

 GREEN value IS 171 (67.19% from 255) = 37.67%

 BLUE value IS 240 (94.14% from 255) = 52.86%

R = 9.47%
G = 37.67%
B = 52.86%

CMYK

 C value IS 0.82

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2BABF0 (or 0x2BABF0) is known color: Summer Sky. HEX triplet: 2B, AB and F0. RGB value is (43,171,240). Sum of RGB (Red+Green+Blue) = 43+171+240=454 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.47% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 240 (94.14% from 255 or 52.86% from 454); Max value from RGB is 240 - color contains mainly: blue. Hex color #2BABF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BABF0 is #D4540F. Grayscale: #8C8C8C. Windows color (decimal): -13915152 or 15772459. OLE color: 15772459.

HSL color Cylindrical-coordinate representation of color #2BABF0: hue angle of 201.02º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BABF0 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 171 240 -
CMYK 0.82 0.29 0 0.06
HSL 201.02º 0.87% 0.55% -
HSV(B) 201.02º 0.82% 0.94% -
XYZ 31.29 35.93 87.72 -
YUV 140.59 184.09 58.39 -
System Red Green Blue C M Y K H S L
Decimal 43 171 240 0.82 0.29 0 0.06 201.02 0.87 0.55
Hex 2B AB F0 52 1D 0 6 C9 57 37
Octal 53 253 360 122 35 0 6 311 127 67
Binary 101011 10101011 11110000 1010010 11101 0 110 11001001 1010111 110111

Color Harmonies of #2BABF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BABF0

Black with #2BABF0

Text Example


Text Example

White with #2BABF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,171,240); }

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

background-color css

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

 a { background-color: rgb(43,171,240); }

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

border-color css

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

 span { border-color: rgb(43,171,240); }

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