Html Css Color HEX #1FACCF Summer Sky

📋 copy color: '#1FACCF'

red 31 ◦ green 172 ◦ blue 207

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

Shades of Summer Sky #1FACCF

Tints of Summer Sky #1FACCF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.95%

 BLUE value IS 207 (81.25% from 255) = 50.49%

R = 7.56%
G = 41.95%
B = 50.49%

CMYK

 C value IS 0.85

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1FACCF (or 0x1FACCF) is known color: Summer Sky. HEX triplet: 1F, AC and CF. RGB value is (31,172,207). Sum of RGB (Red+Green+Blue) = 31+172+207=410 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.56% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #1FACCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FACCF is #E05330. Grayscale: #858585. Windows color (decimal): -14701361 or 13610015. OLE color: 13610015.

HSL color Cylindrical-coordinate representation of color #1FACCF: hue angle of 191.93º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FACCF is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 172 207 -
CMYK 0.85 0.17 0 0.19
HSL 191.93º 0.74% 0.47% -
HSV(B) 191.93º 0.85% 0.81% -
XYZ 26.58 34.3 64.25 -
YUV 133.83 169.29 54.65 -
System Red Green Blue C M Y K H S L
Decimal 31 172 207 0.85 0.17 0 0.19 191.93 0.74 0.47
Hex 1F AC CF 55 11 0 13 C0 4A 2F
Octal 37 254 317 125 21 0 23 300 112 57
Binary 11111 10101100 11001111 1010101 10001 0 10011 11000000 1001010 101111

Color Harmonies of #1FACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FACCF

Black with #1FACCF

Text Example


Text Example

White with #1FACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,172,207); }

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

background-color css

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

 a { background-color: rgb(31,172,207); }

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

border-color css

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

 span { border-color: rgb(31,172,207); }

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