Html Css Color HEX #2FDBFF Deep Sky Blue

📋 copy color: '#2FDBFF'

red 47 ◦ green 219 ◦ blue 255

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

Shades of Deep Sky Blue #2FDBFF

Tints of Deep Sky Blue #2FDBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.03%

 BLUE value IS 255 (100% from 255) = 48.94%

R = 9.02%
G = 42.03%
B = 48.94%

CMYK

 C value IS 0.82

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2FDBFF (or 0x2FDBFF) is known color: Deep Sky Blue. HEX triplet: 2F, DB and FF. RGB value is (47,219,255). Sum of RGB (Red+Green+Blue) = 47+219+255=521 (69% of max value = 765). Red value is 47 (18.75% from 255 or 9.02% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #2FDBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDBFF is #D02400. Grayscale: #ABABAB. Windows color (decimal): -13640705 or 16767791. OLE color: 16767791.

HSL color Cylindrical-coordinate representation of color #2FDBFF: hue angle of 190.38º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FDBFF is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 47 219 255 -
CMYK 0.82 0.14 0 0
HSL 190.38º 1% 0.59% -
HSV(B) 190.38º 0.82% 1% -
XYZ 44.55 58.49 103.55 -
YUV 171.68 175.02 39.07 -
System Red Green Blue C M Y K H S L
Decimal 47 219 255 0.82 0.14 0 0 190.38 1 0.59
Hex 2F DB FF 52 E 0 0 BE 64 3B
Octal 57 333 377 122 16 0 0 276 144 73
Binary 101111 11011011 11111111 1010010 1110 0 0 10111110 1100100 111011

Color Harmonies of #2FDBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDBFF

Black with #2FDBFF

Text Example


Text Example

White with #2FDBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,219,255); }

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

background-color css

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

 a { background-color: rgb(47,219,255); }

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

border-color css

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

 span { border-color: rgb(47,219,255); }

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