Html Css Color HEX #2BA5DD Summer Sky

📋 copy color: '#2BA5DD'

red 43 ◦ green 165 ◦ blue 221

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

Shades of Summer Sky #2BA5DD

Tints of Summer Sky #2BA5DD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.46%

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 10.02%
G = 38.46%
B = 51.52%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2BA5DD (or 0x2BA5DD) is known color: Summer Sky. HEX triplet: 2B, A5 and DD. RGB value is (43,165,221). Sum of RGB (Red+Green+Blue) = 43+165+221=429 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.02% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #2BA5DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA5DD is #D45A22. Grayscale: #868686. Windows color (decimal): -13916707 or 14525739. OLE color: 14525739.

HSL color Cylindrical-coordinate representation of color #2BA5DD: hue angle of 198.88º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BA5DD is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 165 221 -
CMYK 0.81 0.25 0 0.13
HSL 198.88º 0.72% 0.52% -
HSV(B) 198.88º 0.81% 0.87% -
XYZ 27.5 32.64 73.26 -
YUV 134.91 176.58 62.45 -
System Red Green Blue C M Y K H S L
Decimal 43 165 221 0.81 0.25 0 0.13 198.88 0.72 0.52
Hex 2B A5 DD 51 19 0 D C7 48 34
Octal 53 245 335 121 31 0 15 307 110 64
Binary 101011 10100101 11011101 1010001 11001 0 1101 11000111 1001000 110100

Color Harmonies of #2BA5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA5DD

Black with #2BA5DD

Text Example


Text Example

White with #2BA5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,165,221); }

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

background-color css

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

 a { background-color: rgb(43,165,221); }

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

border-color css

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

 span { border-color: rgb(43,165,221); }

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