Html Css Color HEX #2BB5FD Summer Sky

📋 copy color: '#2BB5FD'

red 43 ◦ green 181 ◦ blue 253

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

Shades of Summer Sky #2BB5FD

Tints of Summer Sky #2BB5FD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.95%

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

R = 9.01%
G = 37.95%
B = 53.04%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2BB5FD (or 0x2BB5FD) is known color: Summer Sky. HEX triplet: 2B, B5 and FD. RGB value is (43,181,253). Sum of RGB (Red+Green+Blue) = 43+181+253=477 (63% of max value = 765). Red value is 43 (17.19% from 255 or 9.01% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #2BB5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BB5FD is #D44A02. Grayscale: #939393. Windows color (decimal): -13912579 or 16626987. OLE color: 16626987.

HSL color Cylindrical-coordinate representation of color #2BB5FD: hue angle of 200.57º 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 #2BB5FD is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 43 181 253 -
CMYK 0.83 0.28 0 0.01
HSL 200.57º 0.98% 0.58% -
HSV(B) 200.57º 0.83% 0.99% -
XYZ 35.25 40.65 98.92 -
YUV 147.95 187.28 53.15 -
System Red Green Blue C M Y K H S L
Decimal 43 181 253 0.83 0.28 0 0.01 200.57 0.98 0.58
Hex 2B B5 FD 53 1C 0 1 C9 62 3A
Octal 53 265 375 123 34 0 1 311 142 72
Binary 101011 10110101 11111101 1010011 11100 0 1 11001001 1100010 111010

Color Harmonies of #2BB5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB5FD

Black with #2BB5FD

Text Example


Text Example

White with #2BB5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,181,253); }

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

background-color css

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

 a { background-color: rgb(43,181,253); }

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

border-color css

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

 span { border-color: rgb(43,181,253); }

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