Html Css Color HEX #2DAFF0 Summer Sky

📋 copy color: '#2DAFF0'

red 45 ◦ green 175 ◦ blue 240

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

Shades of Summer Sky #2DAFF0

Tints of Summer Sky #2DAFF0

RGB

 RED value IS 45 (17.97% from 255) = 9.78%

 GREEN value IS 175 (68.75% from 255) = 38.04%

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

R = 9.78%
G = 38.04%
B = 52.17%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2DAFF0 (or 0x2DAFF0) is known color: Summer Sky. HEX triplet: 2D, AF and F0. RGB value is (45,175,240). Sum of RGB (Red+Green+Blue) = 45+175+240=460 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.78% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 240 (94.14% from 255 or 52.17% from 460); Max value from RGB is 240 - color contains mainly: blue. Hex color #2DAFF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DAFF0 is #D2500F. Grayscale: #8F8F8F. Windows color (decimal): -13783056 or 15773485. OLE color: 15773485.

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

Color convert

RGB 45 175 240 -
CMYK 0.81 0.27 0 0.06
HSL 200º 0.87% 0.56% -
HSV(B) 200º 0.81% 0.94% -
XYZ 32.14 37.51 87.98 -
YUV 143.54 182.43 57.71 -
System Red Green Blue C M Y K H S L
Decimal 45 175 240 0.81 0.27 0 0.06 200 0.87 0.56
Hex 2D AF F0 51 1B 0 6 C8 57 38
Octal 55 257 360 121 33 0 6 310 127 70
Binary 101101 10101111 11110000 1010001 11011 0 110 11001000 1010111 111000

Color Harmonies of #2DAFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DAFF0

Black with #2DAFF0

Text Example


Text Example

White with #2DAFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,175,240); }

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

background-color css

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

 a { background-color: rgb(45,175,240); }

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

border-color css

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

 span { border-color: rgb(45,175,240); }

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