Html Css Color HEX #1FADDA Summer Sky

📋 copy color: '#1FADDA'

red 31 ◦ green 173 ◦ blue 218

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

Shades of Summer Sky #1FADDA

Tints of Summer Sky #1FADDA

RGB

 RED value IS 31 (12.5% from 255) = 7.35%

 GREEN value IS 173 (67.97% from 255) = 41%

 BLUE value IS 218 (85.55% from 255) = 51.66%

R = 7.35%
G = 41%
B = 51.66%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1FADDA (or 0x1FADDA) is known color: Summer Sky. HEX triplet: 1F, AD and DA. RGB value is (31,173,218). Sum of RGB (Red+Green+Blue) = 31+173+218=422 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.35% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #1FADDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FADDA is #E05225. Grayscale: #878787. Windows color (decimal): -14701094 or 14331167. OLE color: 14331167.

HSL color Cylindrical-coordinate representation of color #1FADDA: hue angle of 194.44º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FADDA is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 31 173 218 -
CMYK 0.86 0.21 0 0.15
HSL 194.44º 0.75% 0.49% -
HSV(B) 194.44º 0.86% 0.85% -
XYZ 28.16 35.24 71.65 -
YUV 135.67 174.46 53.34 -
System Red Green Blue C M Y K H S L
Decimal 31 173 218 0.86 0.21 0 0.15 194.44 0.75 0.49
Hex 1F AD DA 56 15 0 F C2 4B 31
Octal 37 255 332 126 25 0 17 302 113 61
Binary 11111 10101101 11011010 1010110 10101 0 1111 11000010 1001011 110001

Color Harmonies of #1FADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FADDA

Black with #1FADDA

Text Example


Text Example

White with #1FADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FADDA; }

 p { color: rgb(31,173,218); }

 H1.HeaderClassName
 {
   color: #1FADDA;
 }
 .AnyTagClassName
 {
   color: #1FADDA;
 }
</style>

background-color css

<style>
 a { background-color: #1FADDA; }

 a { background-color: rgb(31,173,218); }

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

border-color css

<style>
 span { border-color: #1FADDA; }

 span { border-color: rgb(31,173,218); }

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