Html Css Color HEX #1FBEDE Summer Sky

📋 copy color: '#1FBEDE'

red 31 ◦ green 190 ◦ blue 222

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

Shades of Summer Sky #1FBEDE

Tints of Summer Sky #1FBEDE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.89%

 BLUE value IS 222 (87.11% from 255) = 50.11%

R = 7%
G = 42.89%
B = 50.11%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1FBEDE (or 0x1FBEDE) is known color: Summer Sky. HEX triplet: 1F, BE and DE. RGB value is (31,190,222). Sum of RGB (Red+Green+Blue) = 31+190+222=443 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.00% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #1FBEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBEDE is #E04121. Grayscale: #919191. Windows color (decimal): -14696738 or 14597663. OLE color: 14597663.

HSL color Cylindrical-coordinate representation of color #1FBEDE: hue angle of 190.05º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FBEDE is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 190 222 -
CMYK 0.86 0.14 0 0.13
HSL 190.05º 0.75% 0.5% -
HSV(B) 190.05º 0.86% 0.87% -
XYZ 32.16 42.39 75.59 -
YUV 146.11 170.82 45.9 -
System Red Green Blue C M Y K H S L
Decimal 31 190 222 0.86 0.14 0 0.13 190.05 0.75 0.5
Hex 1F BE DE 56 E 0 D BE 4B 32
Octal 37 276 336 126 16 0 15 276 113 62
Binary 11111 10111110 11011110 1010110 1110 0 1101 10111110 1001011 110010

Color Harmonies of #1FBEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBEDE

Black with #1FBEDE

Text Example


Text Example

White with #1FBEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,190,222); }

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

background-color css

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

 a { background-color: rgb(31,190,222); }

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

border-color css

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

 span { border-color: rgb(31,190,222); }

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