Html Css Color HEX #2FB4DC Summer Sky

📋 copy color: '#2FB4DC'

red 47 ◦ green 180 ◦ blue 220

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

Shades of Summer Sky #2FB4DC

Tints of Summer Sky #2FB4DC

RGB

 RED value IS 47 (18.75% from 255) = 10.51%

 GREEN value IS 180 (70.7% from 255) = 40.27%

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 10.51%
G = 40.27%
B = 49.22%

CMYK

 C value IS 0.79

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2FB4DC (or 0x2FB4DC) is known color: Summer Sky. HEX triplet: 2F, B4 and DC. RGB value is (47,180,220). Sum of RGB (Red+Green+Blue) = 47+180+220=447 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.51% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #2FB4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FB4DC is #D04B23. Grayscale: #909090. Windows color (decimal): -13650724 or 14464047. OLE color: 14464047.

HSL color Cylindrical-coordinate representation of color #2FB4DC: hue angle of 193.87º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FB4DC is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 180 220 -
CMYK 0.79 0.18 0 0.14
HSL 193.87º 0.71% 0.52% -
HSV(B) 193.87º 0.79% 0.86% -
XYZ 30.41 38.41 73.52 -
YUV 144.79 170.44 58.25 -
System Red Green Blue C M Y K H S L
Decimal 47 180 220 0.79 0.18 0 0.14 193.87 0.71 0.52
Hex 2F B4 DC 4F 12 0 E C2 47 34
Octal 57 264 334 117 22 0 16 302 107 64
Binary 101111 10110100 11011100 1001111 10010 0 1110 11000010 1000111 110100

Color Harmonies of #2FB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB4DC

Black with #2FB4DC

Text Example


Text Example

White with #2FB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,180,220); }

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

background-color css

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

 a { background-color: rgb(47,180,220); }

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

border-color css

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

 span { border-color: rgb(47,180,220); }

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